Change Synchronet HTTPS port to 8444 (8443 in use by code-server)

This commit is contained in:
2026-02-15 02:46:09 +00:00
parent eb56dd2513
commit 752de89955
+1 -1
View File
@@ -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)