Fix typo in Docker compose command (#1724)

This commit is contained in:
Fitzroy Zeng 2025-10-21 15:22:06 +08:00 committed by GitHub
parent a5d472ba89
commit a830f288d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \