Update developing-locally-docker.rst

This commit is contained in:
bertdemiranda 2017-07-21 15:43:47 +02:00 committed by GitHub
parent aaa9800ba8
commit 221d150971

View File

@ -39,7 +39,7 @@ on your development system::
$ docker-compose -f local.yml build
If you want to build the production environment you don't have to pass an argument -f, it will automatically use production.yml.
If you want to build the production environment you use ``production.yml`` as -f argument (``docker-compose.yml`` or ``docker-compose.yaml`` are the defaults).
Boot the System
---------------