From c92536bcf6e494c671374300ae068ca54dcbd2ed Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 22 Jul 2025 06:05:44 +0000 Subject: [PATCH] [Komodo] fern: Write Compose File: update obsidian-livesync/compose.yaml --- obsidian-livesync/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian-livesync/compose.yaml b/obsidian-livesync/compose.yaml index fd80653..a57fcdc 100644 --- a/obsidian-livesync/compose.yaml +++ b/obsidian-livesync/compose.yaml @@ -7,8 +7,8 @@ services: - COUCHDB_USER=obsidian - COUCHDB_PASSWORD=${COUCHDB_PASSWORD} volumes: - - /mnt/docker/obsidian-livesync/data:/opt/couchdb/data - - /mnt/docker/obsidian-livesync/config:/opt/couchdb/etc/local.d + - /home/fern/docker/data/obsidian-livesync/data:/opt/couchdb/data + - /home/fern/docker/data/obsidian-livesync/config:/opt/couchdb/etc/local.d ports: - 5984:5984 networks: