diff --git a/synchronet/docker-compose.yaml b/synchronet/docker-compose.yaml index 1a7b47f..a885206 100644 --- a/synchronet/docker-compose.yaml +++ b/synchronet/docker-compose.yaml @@ -8,7 +8,7 @@ services: ports: # Web interfaces - "8023:80" # HTTP web interface - - "8443:443" # HTTPS web interface + - "8444:443" # HTTPS web interface # Terminal access - "23:23" # Telnet - "2222:22" # SSH (using 2222 to avoid conflict with host SSH)