From 093825e7a023bb1216ac6a3a41891d9c58cc4a76 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Fri, 8 Dec 2023 15:40:53 +0000 Subject: [PATCH] Don't hardcode CouchDB image tag. --- hosting/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/docker-compose.yaml b/hosting/docker-compose.yaml index dfd8e32731..5c347e096e 100644 --- a/hosting/docker-compose.yaml +++ b/hosting/docker-compose.yaml @@ -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}