docker-compose.yml: fix couchdb volume path

This commit is contained in:
maxlath
2021-08-25 16:39:03 +02:00
parent 88f9c7dd00
commit 1b7b6cafe2

View File

@@ -8,7 +8,7 @@ services:
COUCHDB_USER: "yourcouchdbusername" COUCHDB_USER: "yourcouchdbusername"
COUCHDB_PASSWORD: "yourcouchdbpassword" COUCHDB_PASSWORD: "yourcouchdbpassword"
volumes: volumes:
- 'couchdb:/usr/local/var/lib/couchdb' - 'couchdb:/opt/couchdb/data'
network_mode: host network_mode: host
tty: true tty: true
inventaire: inventaire: