quick fix for breaking changes in postgres 18 by pinning to 17

This commit is contained in:
Michael 'Flimmy' Flemming
2025-09-26 17:51:38 +02:00
parent b7078d309b
commit 27aa8f40f1
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: