couchdb: set single_node=true

to remove the need to check if the _users database was created
This commit is contained in:
maxlath
2025-02-27 00:17:20 +01:00
parent 80b8985198
commit 81181578fc
6 changed files with 10 additions and 33 deletions

View File

@@ -22,7 +22,6 @@ services:
# - "5984:5984"
volumes:
- 'couchdb:/opt/couchdb/data'
- './configs:/opt/couchdb/etc/local.d'
tty: true
restart: unless-stopped
elasticsearch: