which builds, (re)creates, starts, and attaches all containers.
-Then browse the app at http://localhost:8021/
+Then browse the app at http://localhost:9300/
+
+The default administrator account at http://localhost:9300/admin is `admin:admin`
On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.
docker-compose -f docker-compose.yml -f env/dev.yml up
-This will launch the django development server. Then browse the app at http://localhost:9021/
+This will launch the django development server. Then browse the app at http://localhost:9400/
On MacOS or Windows, we need to replace 'localhost' by the IP given by the docker terminal.