Skip to content
Snippets Groups Projects
Commit a974e8cb authored by Yoan VALLET's avatar Yoan VALLET
Browse files

change couchdb version to 2.3.1 instead of latest

Latest version of couchdb lead to an error.
parent 74a76430
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: '3.0'
services:
db:
image: couchdb:latest
image: couchdb:2.3.1
environment:
EGL_BASE_URL: ${EGL_BASE_URL}
EGL_API_AUTH_KEY: ${EGL_API_AUTH_KEY}
......
......@@ -13,6 +13,7 @@ COZY_ADMIN_PASSPHRASE=mypassword
# The base URL to access EGL API
EGL_BASE_URL=mybaseurl
# The authentication key for EGL API
EGL_API_AUTH_KEY=myapiauthkey
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment