couchdb: mount persistent CORS config to survive container updates

This commit is contained in:
2026-04-26 23:20:59 +00:00
parent ca170af736
commit 98d64139fe
+1
View File
@@ -10,6 +10,7 @@ services:
- COUCHDB_PASSWORD=${ADMIN_PASSWORD}
volumes:
- /srv/couchdb-data:/opt/couchdb/data
- /srv/couchdb-config/cors.ini:/opt/couchdb/etc/local.d/cors.ini:ro
networks:
- npm-network