From adc827ca4db2bdbef0e3036781f7c23543aea767 Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Fri, 26 Jun 2026 00:42:18 +0000 Subject: [PATCH] updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d60883..afb1148 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Description of SVG + Nick Yeoman's Docker Compose Cookbook
👤 Author: [Nick Yeoman](https://www.nickyeoman.com/). @@ -13,8 +13,8 @@ I'm only one guy, I tested with | Software | Version | |---------------------|-----------| | Debian | 13 | -| Docker Engine | 29.4.1 | -| Dockhand | 1.0.26 | +| Docker Engine | 29.6.0 | +| Dockhand | 1.0.32 | ## 🤔 Assumptions @@ -46,7 +46,7 @@ cd ~/cookbooks mkdir /data 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 down +docker compose --env-file sample.env --env-file /data/test.env down ``` Multiple --env-file flags are supported and applied in order.