fix(caddy): add caddy IP access configuration to caddy with env vars

This commit is contained in:
2026-03-19 05:13:12 +08:00
parent 0a3d22640e
commit 7f36160631
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
reverse_proxy penpot-frontend:80
}
http://caddy {
{$CADDY_HTTP_ADDRESSES:http://caddy} {
reverse_proxy penpot-frontend:80
}