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.