docker-compose: document ports in comment to ease admin access to the db
This commit is contained in:
@@ -26,6 +26,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
COUCHDB_USER: ${COUCHDB_USER}
|
COUCHDB_USER: ${COUCHDB_USER}
|
||||||
COUCHDB_PASSWORD: ${COUCHDB_PASSWORD}
|
COUCHDB_PASSWORD: ${COUCHDB_PASSWORD}
|
||||||
|
# Uncomment ports to get access to the db
|
||||||
|
# ie. for database transformation, querying, UI access (http://localhost:5984/_utils/)
|
||||||
|
# ports:
|
||||||
|
# - "5984:5984"
|
||||||
volumes:
|
volumes:
|
||||||
- 'couchdb:/opt/couchdb/data'
|
- 'couchdb:/opt/couchdb/data'
|
||||||
- './configs:/opt/couchdb/etc/local.d'
|
- './configs:/opt/couchdb/etc/local.d'
|
||||||
|
|||||||
Reference in New Issue
Block a user