Skip to content

Commit 5933fcf

Browse files
committed
[Fix]:applicatredis 포트 명시
1 parent 726665e commit 5933fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ spring:
2222
data:
2323
redis:
2424
host: redis_1
25+
port: 6379
2526
password: ${SPRING_DATA_REDIS_PASSWORD}
2627

2728
elasticsearch:

0 commit comments

Comments
 (0)