2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-09 23:00:56 +00:00

Merge pull request #360 from emotilla/patch-1

minor docker-compose syntax fix
This commit is contained in:
Revant Nandgaonkar 2020-10-02 10:20:45 +05:30 committed by GitHub
commit edf452ebb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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