From 07e5eff73e653710661e0d9a7c0406b64efcc408 Mon Sep 17 00:00:00 2001 From: DavidVadnais Date: Fri, 7 Mar 2025 14:09:38 -1000 Subject: [PATCH] standalone postgresql v12-->v13 --- standalone/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/docker-compose.yml b/standalone/docker-compose.yml index d797cc7c..8fc682c1 100644 --- a/standalone/docker-compose.yml +++ b/standalone/docker-compose.yml @@ -30,7 +30,7 @@ services: - postgres postgres: - image: postgres:12-bullseye + image: postgres:13-bullseye volumes: - postgres_data:/var/lib/postgresql/data env_file: docker.env