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 6fbb101 commit 829b93cCopy full SHA for 829b93c
2 files changed
.devcontainer/docker-compose.yml
@@ -44,7 +44,7 @@ services:
44
- notify-network
45
46
redis:
47
- image: redis:6.2@sha256:7919fdd5300e7abf7ae95919e6f144b37c55df16553302dbbcc7495a5aa0c079
+ image: redis:6.2@sha256:c17f5de7b6a411e20a8ac27fa9f5526b47da757aadd7b1f269702b49743dd52f
48
restart: always
49
command: redis-server --port 6380
50
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