diff --git a/syncthing/docker-compose.yaml b/syncthing/docker-compose.yaml index 64a12c4..d2ffb8d 100644 --- a/syncthing/docker-compose.yaml +++ b/syncthing/docker-compose.yaml @@ -8,7 +8,7 @@ services: - PGID=1000 volumes: - /srv/syncthing-data:/var/syncthing - - '/srv/obsidian-config/Obsidian Vault':/obsidian + - /srv/obsidian-config/Obsidian Vault:/obsidian network_mode: host restart: unless-stopped