Initial commit: Syncthing config (exact copy from server)
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
syncthing:
|
||||
image: syncthing/syncthing:latest
|
||||
container_name: syncthing
|
||||
environment:
|
||||
- TZ=America/Chicago
|
||||
volumes:
|
||||
- /home/clint/containers/syncthing/config:/var/syncthing/config
|
||||
- /home/clint/archive/systems/containers/syncthing:/var/syncthing/data
|
||||
ports:
|
||||
- "2000:8384" # Web UI (proxied by Caddy)
|
||||
- "22000:22000/tcp" # Sync
|
||||
- "22000:22000/udp" # QUIC / discovery
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user