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 restart: always
postgres: postgres:
image: postgres:alpine image: postgres:17-alpine
networks: networks:
opencloud-net: opencloud-net:
volumes: volumes:

View File

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