From e0169beb6a2bc771237f571f0bf709fb68dbf1bd Mon Sep 17 00:00:00 2001 From: Tai Date: Fri, 3 Oct 2025 16:57:38 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4cf247..0748670 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ > [!NOTE] > ever since docker compose v2 some of the commands in this guide are outdated +> > For example we no longer do `docker-compose up -d` we do `docker compose up -d` +> > There's no longer a need for version section required in any `docker-compose.yml` -> the docker network `caddy_net` is defined differently now and the end of all `docker-compose.yml` files +> +> The docker network `caddy_net` is defined differently now and the end of all `docker-compose.yml` files > ``` > networks: > - caddy_net