mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Fix typo in Docker compose command (#1724)
This commit is contained in:
parent
a5d472ba89
commit
a830f288d8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ Edit `custom.env` to customize variables for your setup. The template includes c
|
|||
Combine the base compose file with appropriate overrides for your use case. This example adds MariaDB, Redis, and exposes ports on `:8080`:
|
||||
|
||||
```bash
|
||||
docker compose --env.file example.env \
|
||||
docker compose --env-file example.env \
|
||||
-f compose.yaml \
|
||||
-f overrides/compose.mariadb.yaml \
|
||||
-f overrides/compose.redis.yaml \
|
||||
|
|
|
|||
Loading…
Reference in a new issue