From 5f97f564877d4716383357e8698809cb16f9b2ef Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 18 May 2026 16:06:45 +0200 Subject: [PATCH] docs(supersync): align caddy admin healthcheck note to 127.0.0.1 Comment-only follow-up to the docker-compose healthcheck fix: the Caddyfile note still said localhost:2019; align it to the literal IP the probe now uses. --- packages/super-sync-server/Caddyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/super-sync-server/Caddyfile b/packages/super-sync-server/Caddyfile index 2351c48782..9a6175f936 100644 --- a/packages/super-sync-server/Caddyfile +++ b/packages/super-sync-server/Caddyfile @@ -1,7 +1,8 @@ # NOTE: docker-compose.yml healthcheck probes the Caddy admin API at -# localhost:2019 (enabled by default in Caddy 2.x). Do NOT add a global -# `{ admin off }` block or rebind admin without also updating the healthcheck, -# or Caddy will restart-loop. +# 127.0.0.1:2019 (Caddy's default admin listen is `localhost:2019`, i.e. +# IPv4 loopback; the probe uses the literal IP so busybox wget can't try +# ::1 first). Do NOT add a global `{ admin off }` block or rebind admin +# without also updating the healthcheck, or Caddy will restart-loop. {$DOMAIN} { reverse_proxy supersync:1900 {