Commit 358b20

2026-03-19 19:46:51 theophile: ajout de liens vers des pages que j'avais consulté
server/containers.md ..
@@ 26,6 26,10 @@
## Création d'un nouveau service
+ ### .env
+
+
+
The --env-file command-line argument and the env_file docker-compose.yml variable specify the env file to use for the container:
```yaml
@@ 33,7 37,11 @@
- my_service.env
```
- [Specify the env file docker compose uses](https://stackoverflow.com/questions/40525230/specify-the-env-file-docker-compose-uses)
+ **Aller plus loins:**
+
+ - [Set environment variables Docker Docs](https://docs.docker.com/compose/how-tos/environment-variables/set-environment-variables/)
+ - [Specify the env file docker compose uses](https://stackoverflow.com/questions/40525230/specify-the-env-file-docker-compose-uses)
+ - [Interpolation Docker Docs](https://docs.docker.com/compose/how-tos/environment-variables/variable-interpolation/)
## Maintenance
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9