aruns05 opened a new issue, #4741:
URL: https://github.com/apache/couchdb/issues/4741
Description
Below is a docker file to run couchDB in port 5988. Is it possible to run
Couchdb in port other than 5984
* CouchDB version used: v3.3.2
* Browser name and version: Chrome/ Firefox
* Operating system and version: MacOS Ventura 13.4
version: '3'
services:
couchserver:
image: couchdb
restart: always
ports:
- '5988:5988'
environment:
- COUCHDB_USER=india
- COUCHDB_PASSWORD=india
- DB_NAME=cacti
volumes:
- ./dbdata:/opt/couchdb/data
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]