Change HTTPS port mapping from 443 to 8443
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user