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 f6f4d42 commit 67e7842Copy full SHA for 67e7842
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.5-alpine@sha256:f325a29ec9deb7039c5f07761d77d79d537dac836ecd99f982f6ca5476724604
+ image: postgres:17.5-alpine@sha256:bcb90dc18910057ff49ce2ea157d8a0d534964090d39af959df41083f18c3318
109
environment:
110
POSTGRES_DB: ${DD_DATABASE_NAME:-defectdojo}
111
POSTGRES_USER: ${DD_DATABASE_USER:-defectdojo}
0 commit comments