diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 4eb5b41c..60a29975 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -59,6 +59,7 @@ Listed in alphabetical order. Ben Warren `@bwarren2` Ben Lopatin Benjamin Abel + Bert de Miranda `@bertdemiranda`_ Bo Lopker `@blopker`_ Bouke Haarsma Brent Payne `@brentpayne`_ @brentpayne diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index cf24485b..99622c3c 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -59,13 +59,13 @@ You can also set the environment variable ``COMPOSE_FILE`` pointing to ``local.y And then run:: - $ docker-compose -f production.yml up + $ docker-compose up Running management commands ~~~~~~~~~~~~~~~~~~~~~~~~~~~ As with any shell command that we wish to run in our container, this is done -using the ``docker-compose -f production.yml run`` command. +using the ``docker-compose -f local.yml run`` command. To migrate your app and to create a superuser, run::