mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 23:05:09 +00:00
Merge pull request #360 from emotilla/patch-1
minor docker-compose syntax fix
This commit is contained in:
commit
edf452ebb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue