Compare commits

...

1 Commits

Author SHA1 Message Date
Michael 'Flimmy' Flemming
27aa8f40f1 quick fix for breaking changes in postgres 18 by pinning to 17 2025-09-26 17:51:38 +02:00
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: