You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/04/25 13:59:35 UTC

[GitHub] garrensmith commented on issue #6: Graceful Shutdown

garrensmith commented on issue #6: Graceful Shutdown
URL: https://github.com/apache/couchdb-docker/issues/6#issuecomment-297039099
 
 
   Another comment from @simon-temple:
   
   Here you go...
   
   version: '2'
   
   networks:
     main:
       driver: bridge
   
   services:
   
     couchdb:
       container_name: couchdb
       image: klaemo/couchdb:latest
       volumes:
        - /opt/couchdb.data:/opt/couchdb/data
       environment:
        - COUCHDB_USER=user
        - COUCHDB_PASSWORD=pwd
       ports:
        - "5984:5984"
       networks:
        - main
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services