Don't hardcode CouchDB image tag.
This commit is contained in:
parent
17a5286f2c
commit
093825e7a0
|
@ -97,7 +97,7 @@ services:
|
|||
|
||||
couchdb-service:
|
||||
restart: unless-stopped
|
||||
image: budibase/couchdb:v3.2.1
|
||||
image: budibase/couchdb
|
||||
pull_policy: always
|
||||
environment:
|
||||
- COUCHDB_PASSWORD=${COUCH_DB_PASSWORD}
|
||||
|
|
Loading…
Reference in New Issue