Skip to content

Commit 439afaa

Browse files
committed
feat: 외부 노출 포트 변경
1 parent 677d3a6 commit 439afaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: ${NCP_CONTAINER_REGISTRY_API}/tuk-api:${IMAGE_TAG}
55
restart: always
66
ports:
7-
- "8080:8080"
7+
- "80:8080"
88
environment:
99
SPRING_PROFILES_ACTIVE: prod
1010
MYSQL_USERNAME: ${MYSQL_USERNAME}
@@ -32,7 +32,7 @@ services:
3232
MYSQL_USER: ${MYSQL_USERNAME}
3333
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
3434
ports:
35-
- "3306:3306"
35+
- "3307:3306"
3636
volumes:
3737
- mysql_data:/var/lib/mysql
3838
- ./init.sql:/docker-entrypoint-initdb.d/init.sql

0 commit comments

Comments
 (0)