From 1f37e0f2cfd716d26ec170bfaf5892c5d5950c6e Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Sun, 12 Nov 2017 23:17:18 +0000 Subject: [PATCH] Improve README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc850f5..e1b0e63 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Now you can access the API at http://localhost:8080 ``` -In production, create a [`.env`](.env.example) file in the project root first and then run above Docker commands with the production configuration file. For instance +In production, create a [`.env`](.env.example) file in the project root and run with ```bash -docker-compose -f docker-compose.yml -f docker-compose.prod.yml up +docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d ```