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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
postgres:
|
||||
image: "postgres"
|
||||
image: "postgres:17"
|
||||
container_name: "postgres"
|
||||
environment:
|
||||
POSTGRES_PASSWORD: $DockerComposePostgresPassword
|
||||
|
||||
Reference in New Issue
Block a user