From 221d15097182af5901dc5e51f2a721a876af1cf1 Mon Sep 17 00:00:00 2001 From: bertdemiranda Date: Fri, 21 Jul 2017 15:43:47 +0200 Subject: [PATCH] Update developing-locally-docker.rst --- 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 f9ce74d17..cf24485bd 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 ---------------