From 4b917251e855e2c9b07a4c8e41ba0db71b0a9b3f Mon Sep 17 00:00:00 2001 From: "w.z" Date: Sat, 14 Sep 2024 03:26:00 +0800 Subject: [PATCH] Code formatted, linted with yamllint --- .../caddy2-in-container/docker-compose.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/reverse-proxies/caddy2-in-container/docker-compose.yaml b/examples/reverse-proxies/caddy2-in-container/docker-compose.yaml index c189f65a8..5884018dd 100644 --- a/examples/reverse-proxies/caddy2-in-container/docker-compose.yaml +++ b/examples/reverse-proxies/caddy2-in-container/docker-compose.yaml @@ -1,10 +1,11 @@ +--- version: "3.9" services: caddy: image: caddy:2.5.1-alpine networks: - # add this, so that caddy can talk to the playbook-managed-traefik + # add this, so that caddy can talk to the playbook-managed-traefik - traefik ports: - "80:80" @@ -12,11 +13,11 @@ services: - "8448:8448" volumes: - ./Caddyfile:/etc/caddy/Caddyfile - # - ./site:/var/www - # Other configurations ... + # - ./site:/var/www + # Other configurations ... networks: # add this as well traefik: name: traefik - external: true \ No newline at end of file + external: true