docker-compose.yml: fix couchdb volume path
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user