You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my current soultion, since i run my container in podman, with systemd:
ExecStartPost=-/bin/bash -c "sleep 10 && curl -u $User:$PASSWORD -X PUT localhost:5984/_users && curl -u $User:$PASSWORD -X PUT localhost:5984/_replicator"
But shure, it is ugly, if it tries to create them by every start.
It would be great, if someone who knows the ENV params that could be used in with the docker image, would document them somewhere.
I am personally looking specifically for the
one db per user
andsingle_node
setting to enable (on container creation).The only documented params on the docker page (hidden within the texts, no table) are
refering to: https://hub.docker.com/_/couchdb
The text was updated successfully, but these errors were encountered: