1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13: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: couchdb-service:
restart: unless-stopped restart: unless-stopped
image: budibase/couchdb:v3.2.1 image: budibase/couchdb
pull_policy: always pull_policy: always
environment: environment:
- COUCHDB_PASSWORD=${COUCH_DB_PASSWORD} - COUCHDB_PASSWORD=${COUCH_DB_PASSWORD}