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:
```
[ Full content available at: https://github.com/apache/couchdb-docker/issues/99
]
This message was relayed via gitbox.apache.org for [email protected]