docker-compose.yml: align default credentials with inventaire server default config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user