Skip to content

Fix CouchDB and rename to obsidian_livesync

jedmund requested to merge fix-couchdb into main

Created by: jedmund

Fixes the CouchDB (Obsidian LiveSync) container silently crashing on startup.

  • Remove :ro flag from the CouchDB config file mount. The entrypoint script requires write access to /opt/couchdb/etc/local.d/ to create docker.ini and adjust permissions. With set -e, the read-only mount causes a silent exit 1.
  • Rename container from obsidian_couchdb to obsidian_livesync for clarity.

Merge request reports

Loading