From 26deee59f1de603d1966762db5c78f752b3ee5ef Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 22 May 2026 21:29:18 +0000 Subject: [PATCH] Update File_Containers/syncthing/compose.yaml --- File_Containers/syncthing/compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/File_Containers/syncthing/compose.yaml b/File_Containers/syncthing/compose.yaml index d44d818..b879a71 100644 --- a/File_Containers/syncthing/compose.yaml +++ b/File_Containers/syncthing/compose.yaml @@ -10,6 +10,10 @@ services: volumes: - /srv/docker/syncthing/config:/config - ${PATH_NAME}:/data + - ${PATH_NAME1}:/data1 + - ${PATH_NAME2}:/data2 + - ${PATH_NAME3}:/data3 + - ${PATH_NAME4}:/data4 ports: - 8388:8384 - 22000:22000/tcp