Files
docker-inventaire/couchdb/Dockerfile.couchdb
maxlath 81181578fc couchdb: set single_node=true
to remove the need to check if the _users database was created
2025-02-28 11:42:48 +01:00

6 lines
119 B
Docker

FROM couchdb:3.4.2
COPY local.ini /opt/couchdb/etc/local.d/local.ini
# Inherit ENTRYPOINT and CMD from couchdb image