updated readme

This commit is contained in:
2026-06-26 00:42:18 +00:00
parent e0de9750ac
commit adc827ca4d
+4 -4
View File
@@ -1,5 +1,5 @@
<div align="center"> <div align="center">
<img src="_assets/heading.svg" alt="Description of SVG" width="800"/> <img src="https://i.4lt.ca/nickyeoman/dccb.png" alt="Nick Yeoman's Docker Compose Cookbook" width="800"/>
</div> </div>
👤 Author: [Nick Yeoman](https://www.nickyeoman.com/). 👤 Author: [Nick Yeoman](https://www.nickyeoman.com/).
@@ -13,8 +13,8 @@ I'm only one guy, I tested with
| Software | Version | | Software | Version |
|---------------------|-----------| |---------------------|-----------|
| Debian | 13 | | Debian | 13 |
| Docker Engine | 29.4.1 | | Docker Engine | 29.6.0 |
| Dockhand | 1.0.26 | | Dockhand | 1.0.32 |
## 🤔 Assumptions ## 🤔 Assumptions
@@ -46,7 +46,7 @@ cd ~/cookbooks
mkdir /data mkdir /data
touch /data/test.env touch /data/test.env
docker compose --env-file sample.env --env-file /data/test.env up -d docker compose --env-file sample.env --env-file /data/test.env up -d
docker compose --env-file sample.env --env-file down docker compose --env-file sample.env --env-file /data/test.env down
``` ```
Multiple --env-file flags are supported and applied in order. Multiple --env-file flags are supported and applied in order.