feat: Caddy 监听端口可配置 — CADDY_HTTP_PORT/CADDY_HTTPS_PORT
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ services:
|
||||
container_name: cyrene_caddy
|
||||
image: caddy:2-alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "${CADDY_HTTP_PORT:-80}:80"
|
||||
- "${CADDY_HTTPS_PORT:-443}:443"
|
||||
environment:
|
||||
DOMAIN: ${DOMAIN:-}
|
||||
ACME_EMAIL: ${ACME_EMAIL:-admin@localhost}
|
||||
|
||||
Reference in New Issue
Block a user