docker-compose.yml: align default credentials with inventaire server default config

This commit is contained in:
maxlath
2021-08-25 16:20:03 +02:00
parent 60abccaf8b
commit f63fcbdedd

View File

@@ -5,8 +5,8 @@ services:
ports:
- "5984:5984"
environment:
COUCHDB_USER: "couchdb"
COUCHDB_PASSWORD: "password"
COUCHDB_USER: "yourcouchdbusername"
COUCHDB_PASSWORD: "yourcouchdbpassword"
volumes:
- 'couchdb:/usr/local/var/lib/couchdb'
network_mode: host