Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 412 Bytes

CouchDB Image for NemakiWare

This Docker Image contains the seed data necessary for a base NemakiWare install.

Usage

CouchDB is by default running on port 5984. The local.ini file can be edited prior to building.

Running

Start the Docker container with the following command:

docker run -d --name nemaki-couch -p 5984:5984 --env COUCHDB_USER=admin --env COUCHDB_PASSWORD=password aegif/nemakicouch