Update docker-compose.yaml to use PostgreSQL version 17.5-alpine, ensuring compatibility with the latest features and improvements.

This commit is contained in:
2025-08-24 19:58:04 +02:00
parent 3841e58f51
commit d86a978393

View File

@@ -42,7 +42,7 @@ services:
network_mode: bridge
postgres:
restart: always
image: "postgres:15.1-alpine"
image: "postgres:17.5-alpine"
container_name: phoenixDB # Hostname
# logging:
# driver: loki