Syncthing: Change TCP port to 18880 from 5432.
This commit is contained in:
parent
32f7274e39
commit
a24851a8b1
1 changed files with 1 additions and 1 deletions
2
env.yml
2
env.yml
|
@ -91,7 +91,7 @@ ports:
|
|||
# Public port, forwarded to 22067 by nftables
|
||||
syncthing_relaysrv: 143
|
||||
syncthing_webui: 8384
|
||||
syncthing_tcp: 5432
|
||||
syncthing_tcp: 18880
|
||||
syncthing_udp: 22000
|
||||
uptime_kuma: 3001
|
||||
vaultwarden: 8081
|
||||
|
|
Loading…
Reference in a new issue