sergey-safarov commented on issue #254: URL: https://github.com/apache/couchdb-docker/issues/254#issuecomment-3722516613
Probable need to be fixed in CouchDB sources and not in docker image. Could you test reverse proxy + CouchDB without docker? This also may be related to port number included into `Host` header https://stackoverflow.com/questions/3364144/is-port-number-required-in-http-host-header-parameter You need also test case CouchDB listen 9564 inside container published like ```yaml couchdb: image: couchdb:3.3.3 container_name: couchdb restart: unless-stopped ports: - "9564:9564" ``` -- 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]
