From 8559a113313cad860d4a5a2b5bb55943278bfc6c Mon Sep 17 00:00:00 2001 From: Dale Wahl Date: Tue, 1 Oct 2024 17:33:50 +0200 Subject: [PATCH] undo .env change --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 7d89486c..d03f9c70 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ # https://hub.docker.com/repository/docker/digitalmethodsinitiative/4cat/tags?page=1&ordering=last_updated DOCKER_TAG=stable # You can select Postrgres Docker image tags here to suit your needs: https://hub.docker.com/_/postgres -POSTGRES_TAG=15 +POSTGRES_TAG=latest # Database setup POSTGRES_USER=fourcat