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

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"
}
}
}