From 954ae619c073cd52a6f83cc32fa14f33aad62914 Mon Sep 17 00:00:00 2001 From: BA1001 Date: Fri, 23 Dec 2022 13:09:50 +0000 Subject: [PATCH] Add Syncthing for pi01 --- opt/syncthing/docker-compose.yml##hostname.pi01 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 opt/syncthing/docker-compose.yml##hostname.pi01 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