Add syncthing.yaml
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
syncthing:
|
||||
image: lscr.io/linuxserver/syncthing:latest
|
||||
container_name: syncthing
|
||||
restart: unless-stopped
|
||||
#hostname: syncthing #optional
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=1001
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- /srv/docker/utilities/syncthing:/config
|
||||
- /mnt/raid1/profiles/jessica/syncthing:/var/syncthing
|
||||
ports: # need to allow firewall
|
||||
- 8384:8384 #Application WebUI
|
||||
- 22000:22000/tcp #Listening port (TCP)
|
||||
- 22000:22000/udp #Listening port (UDP)
|
||||
- 21027:21027/udp #Protocol discovery
|
||||
networks:
|
||||
- proxy-net
|
||||
networks:
|
||||
proxy-net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user