2022-12-23 14:09:50 +01:00
|
|
|
version: "3.0"
|
|
|
|
|
|
|
|
services:
|
|
|
|
syncthing:
|
2023-08-02 21:17:07 +02:00
|
|
|
image: syncthing/syncthing:1.23.6
|
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
|