Marshy-Madness commented on issue #277:
URL: https://github.com/apache/couchdb-docker/issues/277#issuecomment-2646752965

   version: "3.8"
   
   services:
     couchdb-obsidian-livesync:
       image: docker.io/oleduc/docker-obsidian-livesync-couchdb:master
       container_name: couchdb-obsidian-livesync
       restart: unless-stopped
       environment:
         SERVER_URL: http://192.168.1.144
         COUCHDB_USER: MarshyMadness
         COUCHDB_PASSWORD: MaddestOfMarshys
         COUCHDB_DATABASE: Databse
       ports:
         - "5984:5984"
       volumes:
         - C:\Services\CouchDB\data:/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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to