diff --git a/opt/syncthing/docker-compose.yml##hostname.pi01 b/opt/syncthing/docker-compose.yml##hostname.pi01 new file mode 100644 index 0000000..725be32 --- /dev/null +++ b/opt/syncthing/docker-compose.yml##hostname.pi01 @@ -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