We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9935082 commit 93b17c8Copy full SHA for 93b17c8
docker/docker-compose.local.yml
@@ -11,7 +11,7 @@ volumes:
11
12
services:
13
default-database:
14
- image: postgres:15.5-alpine
+ image: postgres:15.15-alpine
15
restart: unless-stopped
16
volumes:
17
- default-database:/var/lib/postgresql/data
@@ -26,7 +26,7 @@ services:
26
timeout: 30s
27
28
task-processor-database:
29
30
31
32
- task-processor-database:/var/lib/postgresql/data
0 commit comments