Skip to content

Commit 25c800a

Browse files
committed
Resolve merge conflict
2 parents 1d94261 + cf43b98 commit 25c800a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker-compose.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ services:
3535
ports:
3636
- $MATCHING_SVC_PORT:$MATCHING_SVC_PORT
3737
environment:
38-
- PORT=$MATCHING_SVC_PORT
38+
- PORT=$MATCHING_SVC_PORT
39+
40+
redis:
41+
image: redis:7.4-alpine
42+
restart: always
43+
ports:
44+
- 6379:6379

0 commit comments

Comments
 (0)