From 572ac6a5fa1fb88b02435a486c38342a416c8b3f Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Wed, 30 Jul 2025 09:28:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20CONFIG:=20DEV-1779=20Update=20Po?= =?UTF-8?q?stgres=20from=2015.7=20to=2017.5=20Phx=20Version=20on=20Ansible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 76f74fc..06a13da 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: postgres: container_name: ansible-postgres restart: unless-stopped - image: postgres:14 # postgres:15.1-alpine + image: postgres:14 # postgres:17.5-alpine hostname: postgres volumes: - semaphore-postgres:/var/lib/postgresql/data