[syncthing] Change TCP port to 9100 from 18880
This commit is contained in:
parent
c03d3e52ce
commit
5a35231318
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ports:
|
||||||
syncthing_discosrv: 8443
|
syncthing_discosrv: 8443
|
||||||
syncthing_relaysrv: 143 # Public port, forwarded to 22067 by nftables
|
syncthing_relaysrv: 143 # Public port, forwarded to 22067 by nftables
|
||||||
syncthing_webui: 8384
|
syncthing_webui: 8384
|
||||||
syncthing_tcp: 18880
|
syncthing_tcp: 9100
|
||||||
syncthing_udp: 22000
|
syncthing_udp: 22000
|
||||||
uptime_kuma: 3001
|
uptime_kuma: 3001
|
||||||
vaultwarden: 8081
|
vaultwarden: 8081
|
||||||
|
|
Loading…
Reference in a new issue