sysfiles/opt/syncthing/docker-compose.yml

19 lines
323 B
YAML

version: "3.0"
services:
syncthing:
container_name: 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: