From c42c514ed1e55add1d65cf96c2abc7f488a8219e Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 31 Dec 2020 08:54:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9335fe5..3ee0c88 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please don't rename the services inside `docker-compose.yml` unless you know wha #### Build and start the container ```sh -docker-compose up --build +docker-compose up --build -d ``` See docker-compose documentation for more information and available options.