elavaud commented on issue #99: bind_address problem? URL: https://github.com/apache/couchdb-docker/issues/99#issuecomment-418251557 Similar issue here On Fauxton verify installation fails unless I bind 0.0.0.0 during setup. And even then the verify still fails, but this time at the last step "replication". (which I wonder if this is normal because it is anyway a single node setup with no replication configured yet). Docker-compose on Ubuntu 16.04 (Loki 4.1): ``` version: "3.3" services: couch: image: couchdb:2.2.0 env_file: .env ports: - "5984:5984" volumes: - type: volume source: couch_data target: /opt/couchdb/data volumes: couch_data: ```
---------------------------------------------------------------- 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
