Add Syncthing for pi01
This commit is contained in:
parent
d6d9d254f9
commit
954ae619c0
|
@ -0,0 +1,14 @@
|
||||||
|
version: "3.0"
|
||||||
|
|
||||||
|
services:
|
||||||
|
syncthing:
|
||||||
|
image: syncthing/syncthing:1.22.2
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
STGUIADDRESS: ""
|
||||||
|
hostname: gerar
|
||||||
|
network_mode: host
|
||||||
|
volumes:
|
||||||
|
- /mnt/das/usb64gb/syncthing:/var/syncthing
|
Loading…
Reference in New Issue