Skip to content

Commit 34b0cf4

Browse files
authored
[Fix]:redis 포트 명시
[Fix]:redis 포트 명시
2 parents 040ddcf + 5933fcf commit 34b0cf4

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)