From 40e76d8da1c5e1d2d2031b52501efc2d376e05b1 Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 31 Dec 2020 08:54:21 +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 a654308..b15b077 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Please don't rename the services inside `docker-compose.yml` unless you know wha #### Pull and start the container ```sh -docker-compose pull && docker-compose up +docker-compose pull && docker-compose up -d ``` See ``docker-compose`` documentation for more information and available options.