minor docker-compose syntax fix

the command "up -d" goes at the end of the line.
This commit is contained in:
Enrique Motilla
2020-10-01 22:01:32 -05:00
committed by GitHub
parent 3c5f7d4426
commit c8807c35ac

View File

@@ -77,7 +77,7 @@ Change `SITES` variable to the list of sites created encapsulated in backtick an
Reload variables with following command.
```sh
docker-compose up --project-name <project-name> -d
docker-compose --project-name <project-name> up -d
```
## Backup Sites