fix: use port 9443 for Caddy HTTPS (8443 also taken by OrbStack)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@ services:
|
||||
image: caddy:2
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8443:443"
|
||||
- "9443:443"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- caddy_data:/data
|
||||
|
||||
Reference in New Issue
Block a user