From 001acfc6a539246675ac7d4af4f6f2e67c26899d Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 10 Sep 2025 17:32:15 +1000 Subject: [PATCH] docs: remove --watch flag from compose file for deploying caddy --- website/docs/3-concepts/1-ingress/3-managing-caddy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/3-concepts/1-ingress/3-managing-caddy.md b/website/docs/3-concepts/1-ingress/3-managing-caddy.md index f7beb09e..fe4c201f 100644 --- a/website/docs/3-concepts/1-ingress/3-managing-caddy.md +++ b/website/docs/3-concepts/1-ingress/3-managing-caddy.md @@ -74,7 +74,7 @@ config that uses the DNS challenge with Cloudflare to obtain a wildcard TLS cert services: caddy: image: caddybuilds/caddy-cloudflare:2.10.2 - command: caddy run -c /config/Caddyfile --watch + command: caddy run -c /config/Caddyfile environment: CADDY_ADMIN: unix//run/caddy/admin.sock env_file: