1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Don't hardcode CouchDB image tag.

This commit is contained in:
Sam Rose 2023-12-08 15:40:53 +00:00
parent 17a5286f2c
commit 093825e7a0
No known key found for this signature in database

View file

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