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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to