2022-12-23 14:09:50 +01:00
|
|
|
version: "3.0"
|
|
|
|
|
|
|
|
services:
|
|
|
|
syncthing:
|
2024-02-03 17:35:56 +01:00
|
|
|
image: syncthing/syncthing:1.27.2
|
2022-12-23 14:09:50 +01:00
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
PUID: 1000
|
|
|
|
PGID: 1000
|
|
|
|
STGUIADDRESS: ""
|
|
|
|
hostname: gerar
|
|
|
|
network_mode: host
|
|
|
|
volumes:
|
|
|
|
- /mnt/das/usb64gb/syncthing:/var/syncthing
|