apache / couchdb-docker

Semi-official Apache CouchDB Docker images
https://github.com/apache/couchdb-docker
Apache License 2.0
263 stars 136 forks source link

Fauxton not listening at :5984 (couchdb:3.1/couchdb:latest) #239

Closed jmkng closed 1 year ago

jmkng commented 1 year ago

Expected Behavior

Fauxton UI is available at http://127.0.0.1:5984/_utils#setup after container is launched.

Current Behavior

Cannot connect to Fauxton inside container.

Steps to Reproduce (for bugs)

  1. Container is launched (docker run -d -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password --name my-couchdb couchdb:latest)
  2. Setup instructions direct you to visit http://127.0.0.1:5984/_utils#setup

Your Environment

jmkng commented 1 year ago

Forgot to open the port (-p 5984:5984) -- oops. Time for bed.