Merge pull request #4 from tiloio/master

Fix couchdb.json file.
This commit is contained in:
Kasra Bigdeli 2019-01-31 19:44:14 -08:00 committed by GitHub
commit 1d54a5b08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
],
"restart": "always",
"environment": {
"ADMINER_PLUGINS": "$$cap_couchdb_user",
"ADMINER_DESIGN": "$$cap_couchdb_password"
"COUCHDB_USER": "$$cap_couchdb_user",
"COUCHDB_PASSWORD": "$$cap_couchdb_password"
}
}
}