Force postgres:17 image in Docker Compose file given breaking docker volume structure changes and the need for further testing on version 18 of Postgres.

This commit is contained in:
richard-churchman
2025-12-03 20:11:50 +02:00
parent a9174d666b
commit 2d701b5eaf
+1 -1
View File
@@ -1,6 +1,6 @@
services:
postgres:
image: "postgres"
image: "postgres:17"
container_name: "postgres"
environment:
POSTGRES_PASSWORD: $DockerComposePostgresPassword