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
I am trying to set up a single node instance of couchdb:2 using docker-compose. I understand from reading the README the limitation that the _users, _replicator and global_changes dbs need to be set up after installation. I tried adding the single_node=true config in a local.ini file and copying that to /opt/couchdb/etc/ and /opt/couchdb/etc/local.d in via Dockerfile. Neither of those approaches seem to work. According to this comment, this seems to be a valid approach.
Is it not a viable solution for couchdb:2?
FWIW: Here is the local.ini file from inside the container:
If not, then I need to create the _users, _replicator and _global_changes dbs a different way. I see this comment in the same thread. Is this still the best approach?
Much appreciated.
The text was updated successfully, but these errors were encountered:
Expected Behavior
I am trying to set up a single node instance of couchdb:2 using docker-compose. I understand from reading the README the limitation that the
_users
,_replicator
andglobal_changes
dbs need to be set up after installation. I tried adding thesingle_node=true
config in alocal.ini
file and copying that to/opt/couchdb/etc/
and/opt/couchdb/etc/local.d
in via Dockerfile. Neither of those approaches seem to work. According to this comment, this seems to be a valid approach.Is it not a viable solution for couchdb:2?
FWIW: Here is the
local.ini
file from inside the container:If not, then I need to create the
_users
,_replicator
and_global_changes
dbs a different way. I see this comment in the same thread. Is this still the best approach?Much appreciated.
The text was updated successfully, but these errors were encountered: