decrement postgres version because the docker image did an oopsie

This commit is contained in:
2026-04-23 18:29:32 +02:00
parent 26576ec31a
commit 48e14a5830

View File

@@ -16,7 +16,7 @@ services:
depends_on: depends_on:
- postgres - postgres
postgres: postgres:
image: postgres:18.3-alpine3.23 image: postgres:18.2-alpine3.23
restart: unless-stopped restart: unless-stopped
ports: ports:
- 5432:5432 - 5432:5432