From ce33b0c4988a4fcc7c73e7a1415cb68bde77fc2d Mon Sep 17 00:00:00 2001 From: Bert de Miranda Date: Mon, 31 Jul 2017 12:16:38 +0200 Subject: [PATCH] Update developing-locally-docker.rst (#1242) --- docs/developing-locally-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index f9ce74d1..cf24485b 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -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 ---------------