wohali commented on issue #17: Replication fails if mapped port are not 5984:5984 URL: https://github.com/apache/couchdb-docker/issues/17#issuecomment-306004623 So this is a limitation of how port mapping works. CouchDB can't see outside of the Docker container, so as far as it's concerned, it will only see itself on port 5984. What if you tell it to replicate to & from port 5984 on localhost in your curl `POST`? That might work. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
