Comment out optional port mapping for customer portal service in Docker Compose
taylorwalton committed
Nov 30, 2025 at 10:45 UTC
11369108577859dd2625c50d59977a954ca7bcf2
1 file changed
+1
docker-compose.yml
+1
@@ -31,6 +31,7 @@ services:
31
# - SERVER_HOST=${SERVER_HOST:-localhost} # Set the domain name of your server
32
# ports:
33
# - "8080:80"
34
+ # - "8443:443"
35
# restart: always
36
37
copilot-mysql: