updating the readme file environment explaination

rapp/pick-what-you-like
Robert Rapp 2025-02-26 12:46:46 +01:00
parent a9143ae8f8
commit 42b71394df
1 changed files with 1 additions and 1 deletions

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