2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Update docs to advise for docker-compose v2 (#712)

This change is to inform users to use docker-compose v2. Using v1 can cause problems when parsing the final docker-compose.yaml. Mitigates #701
This commit is contained in:
Jonas Weigand 2022-03-19 06:33:11 +01:00 committed by GitHub
parent d4469cfb64
commit 4e1a5641c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,8 @@ It is quite simple to run overrides. All we need to do is to specify compose fil
docker-compose -f compose.yaml -f overrides/compose.erpnext.yaml config docker-compose -f compose.yaml -f overrides/compose.erpnext.yaml config
``` ```
⚠ Make sure to use docker-compose v2 (run `docker-compose -v` to check). If you want to use v1 make sure the correct `$`-signs as they get duplicated by the `config` command!
That's it! Of course, we also have to setup `.env` before all of that, but that's not the point. That's it! Of course, we also have to setup `.env` before all of that, but that's not the point.
## Configuration ## Configuration