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 00c6286 commit b77504aCopy full SHA for b77504a
2 files changed
.devcontainer/docker-compose.yml
@@ -38,7 +38,7 @@ services:
38
- "5432:5432"
39
40
redis:
41
- image: redis:6.2@sha256:7919fdd5300e7abf7ae95919e6f144b37c55df16553302dbbcc7495a5aa0c079
+ image: redis:6.2@sha256:23dfe4fa84b82cdf192d764412d93e8952d80382c20ddbe0b0be954a8ba6aa9c
42
restart: always
43
command: redis-server --port 6380
44
ports:
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
- "listen_addresses=*"
19
20
21
22
web:
23
image: notification-api
24
0 commit comments