mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 10:38:58 +00:00
minor docker-compose syntax fix
the command "up -d" goes at the end of the line.
This commit is contained in:
parent
3c5f7d4426
commit
c8807c35ac
@ -77,7 +77,7 @@ Change `SITES` variable to the list of sites created encapsulated in backtick an
|
|||||||
Reload variables with following command.
|
Reload variables with following command.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker-compose up --project-name <project-name> -d
|
docker-compose --project-name <project-name> up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Backup Sites
|
## Backup Sites
|
||||||
|
Loading…
Reference in New Issue
Block a user