Skip to content

Commit

Permalink
added run-minimal-win.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfaber committed Jul 6, 2023
1 parent 591523e commit b819219
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions couchdb-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ services:
- dev-net
ports:
- "5984:5984"
volumes:
- couch-data:/opt/couchdb/data
- couch-log:/opt/couchdb/log
# - couch-config:/opt/couchdb/etc/local.d
# volumes:
# - couch-data:/opt/couchdb/data
# - couch-log:/opt/couchdb/log
# - couch-config:/opt/couchdb/etc/local.d

volumes:
couch-data:
driver: local
driver_opts:
type: none
device: /c/volume/couchdb/data
o: bind
# volumes:
# couch-data:
# driver: local
# driver_opts:
# type: none
# device: /c/volume/couchdb/data
# o: bind

couch-log:
driver: local
driver_opts:
type: none
device: /c/volume/couchdb/log
o: bind
# couch-log:
# driver: local
# driver_opts:
# type: none
# device: /c/volume/couchdb/log
# o: bind

# couch-config:
# driver: local
# driver_opts:
# type: none
# device: /c/volume/couchdb/config
# o: bind
# couch-config:
# driver: local
# driver_opts:
# type: none
# device: /c/volume/couchdb/config
# o: bind

0 comments on commit b819219

Please sign in to comment.