Change Synchronet HTTPS port to 8444 (8443 in use by code-server)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user