sysfiles/opt/syncthing/docker-compose.yml

17 lines
291 B
YAML
Raw Normal View History

2022-12-03 00:27:52 +01:00
version: "3"
services:
syncthing:
image: syncthing/syncthing:1.22.2
restart: unless-stopped
network_mode: host
hostname: gergesa
environment:
- PUID=1000
- PGID=1000
- STGUIADDRESS=
volumes:
- syncthing:/var/syncthing
volumes:
syncthing: