From 3c71d007b7fe897ba60c1420f76ee890e49e308f Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sat, 22 Nov 2025 04:07:59 +0000 Subject: [PATCH] Update syncthing/docker-compose.yaml --- syncthing/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/syncthing/docker-compose.yaml b/syncthing/docker-compose.yaml index 0478622..64a12c4 100644 --- a/syncthing/docker-compose.yaml +++ b/syncthing/docker-compose.yaml @@ -8,6 +8,7 @@ services: - PGID=1000 volumes: - /srv/syncthing-data:/var/syncthing + - '/srv/obsidian-config/Obsidian Vault':/obsidian network_mode: host restart: unless-stopped