Update 'README.md'

This commit is contained in:
fox 2020-12-31 08:54:33 +00:00
parent ce2db57fb3
commit c42c514ed1
1 changed files with 1 additions and 1 deletions

View File

@ -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.