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 130efee commit 7fe14b6Copy full SHA for 7fe14b6
1 file changed
backend/docker-compose.yml
@@ -20,7 +20,7 @@ services:
20
- "8080:8080"
21
22
database:
23
- image: postgres:14-alpine@sha256:6765739f422606933bc2aece3a2288e40e491488fd7e7c14e3323dfeefb10e38
+ image: postgres:18-alpine@sha256:96d56f7f57c6aacd1fcb908bc83b345ec5f83231ee486dd66a1baadce274db88
24
environment:
25
- POSTGRES_USER=postgres
26
- POSTGRES_PASSWORD=${TORMAP_DATABASE_PASSWORD:?Set TORMAP_DATABASE_PASSWORD to a strong generated password}
0 commit comments