sysfiles/opt/syncthing/docker-compose.yml

19 lines
323 B
YAML
Raw Normal View History

2022-12-07 21:39:45 +01:00
version: "3.0"
2022-12-03 00:27:52 +01:00
services:
syncthing:
2022-12-07 21:39:45 +01:00
container_name: syncthing
2022-12-03 00:27:52 +01:00
image: syncthing/syncthing:1.22.2
restart: unless-stopped
environment:
2022-12-07 21:39:45 +01:00
PUID: 1000
PGID: 1000
STGUIADDRESS: ""
hostname: gergesa
network_mode: host
2022-12-03 00:27:52 +01:00
volumes:
- syncthing:/var/syncthing
volumes:
syncthing: