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 cec7447 commit e2f92fbCopy full SHA for e2f92fb
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:9dc53d7c35f06ad259128f9c50b5cab436c7b300c474ffdd824cf27e28acd3c0
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