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: ports:
- "5984:5984" - "5984:5984"
environment: environment:
COUCHDB_USER: "couchdb" COUCHDB_USER: "yourcouchdbusername"
COUCHDB_PASSWORD: "password" COUCHDB_PASSWORD: "yourcouchdbpassword"
volumes: volumes:
- 'couchdb:/usr/local/var/lib/couchdb' - 'couchdb:/usr/local/var/lib/couchdb'
network_mode: host network_mode: host