sysfiles/opt/syncthing/docker-compose.yml

18 lines
293 B
YAML

version: "3.0"
services:
syncthing:
image: syncthing/syncthing:1.22.2
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
STGUIADDRESS: ""
hostname: gergesa
network_mode: host
volumes:
- syncthing:/var/syncthing
volumes:
syncthing: