We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570ba9f commit 59ca212Copy full SHA for 59ca212
docker-compose.yml
@@ -105,7 +105,7 @@ services:
105
source: ./docker/extra_settings
106
target: /app/docker/extra_settings
107
postgres:
108
- image: postgres:17.3-alpine@sha256:63d02e405f2f1780189dda1220301f90be02d191d7fb06a2a54c56efbe742092
+ image: postgres:17.3-alpine@sha256:80d3d7d6bb3ddb1e44b79612330f7bfc6c451f093f6dd14a1317e777a260b602
109
environment:
110
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
111
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments