Skip to content

Commit 784fad9

Browse files
committed
fix: 운영환경 8081 포트 설정 추가
1 parent e4ff858 commit 784fad9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
container_name: solid-connection-server
2525
ports:
2626
- "8080:8080"
27+
- "8081:8081"
2728
environment:
2829
- SPRING_PROFILES_ACTIVE=prod
2930
- SPRING_DATA_REDIS_HOST=redis

0 commit comments

Comments
 (0)