Files
mailadmin/deploy/caddy/mailadmin-snippet.caddy
2026-04-26 13:47:35 -05:00

8 lines
228 B
Plaintext

# Add this block in the per-domain loop of caddy/update-caddy-certs.sh.
# It assumes the mailadmin container is on the same external Docker network.
mailadmin.{$DOMAIN_NAME} {
encode gzip
reverse_proxy mailadmin:3000
}