This commit is contained in:
Galuh Sahid 2023-12-26 14:47:28 +01:00
parent dfec891c8e
commit ce3b66a903
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ services:
syncthing: syncthing:
image: syncthing/syncthing image: syncthing/syncthing
container_name: syncthing container_name: syncthing
hostname: my-syncthing hostname: velouria-syncthing
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
volumes: volumes:
- ${PWD}/st-sync:/var/syncthing - ${PWD}/st-sync:/var/syncthing
ports: ports:
- 8384:8384 # Web UI - "100.104.163.2:8384:8384" # Web UI
- 22000:22000/tcp # TCP file transfers - 22000:22000/tcp # TCP file transfers
- 22000:22000/udp # QUIC file transfers - 22000:22000/udp # QUIC file transfers
- 21027:21027/udp # Receive local discovery broadcasts - 21027:21027/udp # Receive local discovery broadcasts