Merge pull request #100 from opencloud-eu/pin_postgres_version

quick fix for breaking changes in postgres 18 by pinning to 17
This commit is contained in:
Michael Flemming
2025-09-26 17:53:21 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ services:
restart: always
postgres:
image: postgres:alpine
image: postgres:17-alpine
networks:
opencloud-net:
volumes:

View File

@@ -1,7 +1,7 @@
---
services:
postgres:
image: postgres:alpine
image: postgres:17-alpine
networks:
opencloud-net:
volumes: