nevans commented on issue #236: URL: https://github.com/apache/couchdb-docker/issues/236#issuecomment-1481827847
I suspect the issue comes from setting the `NODENAME` environment var: https://github.com/apache/couchdb-docker/blob/a9e951fbc6cdcb9eeb1ce0b07a2f0a937da0c979/3.2.2/docker-entrypoint.sh#L62-L64 The following `docker-compose.yml` exhibits the bug for me: ```yaml services: anonnode: image: couchdb:3.2.2 environment: COUCHDB_USER: user1 COUCHDB_PASSWORD: pass1 namenode: image: couchdb:3.2.2 environment: COUCHDB_USER: user1 COUCHDB_PASSWORD: pass1 NODENAME: foobarbaz ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
