We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68debac commit 9088e4dCopy full SHA for 9088e4d
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
POSTGRES_USER: redmine-usr
34
POSTGRES_PASSWORD: redmine-pswd
35
container_name: 'redmine-db'
36
- image: 'postgres:11.1-alpine'
+ image: 'postgres:16-alpine'
37
healthcheck:
38
test: ["CMD-SHELL", "pg_isready -U postgres"]
39
interval: 20s
0 commit comments