updating the readme file environment explaination

This commit is contained in:
2025-02-26 12:46:46 +01:00
parent a9143ae8f8
commit 42b71394df

View File

@@ -111,7 +111,7 @@ Each service's `docker-compose.yml` file references the appropriate `.env` file
services: services:
backend: backend:
env_file: env_file:
- ../../env/${ENVIRONMENT}/backend.env - ../../env/${ENVIRONMENT:-development}/backend.env
``` ```
## Networking ## Networking