Change HTTPS port mapping from 443 to 8443

This commit is contained in:
2025-11-24 12:54:04 +00:00
committed by GitHub
parent fd3cedd1f3
commit af3f926704

View File

@@ -8,7 +8,7 @@ services:
container_name: carbon-http-server container_name: carbon-http-server
ports: ports:
- "8080:8080" # HTTP port - "8080:8080" # HTTP port
- "443:443" # HTTPS port - "8443:8443" # HTTPS port
volumes: volumes:
# Mount www directory for easy content updates # Mount www directory for easy content updates
- ./www:/app/www:ro - ./www:/app/www:ro