fix: remap Caddy ports to 8080/8443 to avoid OrbStack conflict

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-02 13:52:08 +09:00
parent 629fe37790
commit 0290dad923

View File

@@ -63,8 +63,8 @@ services:
caddy:
image: caddy:2
ports:
- "80:80"
- "443:443"
- "8080:80"
- "8443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data