Browse Source

Update README.md

master
Tai 2 months ago committed by GitHub
parent
commit
e0169beb6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      README.md

5
README.md

@ -1,8 +1,11 @@ @@ -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

Loading…
Cancel
Save