Skip to content

Commit

Permalink
hotfix: 포트번호 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlrude committed May 4, 2024
1 parent 54efdc2 commit 1211c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: backend
image: ${SPRING_BOOT_IMAGE}
ports:
- "8080:8080"
- "8081:8081"
networks:
- default_bridge

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import java.util.*;

/* swagger 접속 url -> http://localhost:8080/swagger-ui/index.html#/
/* swagger 접속 url -> http://localhost:8081/swagger-ui/index.html#/
header 에 {accessToken}
*/

Expand Down

0 comments on commit 1211c76

Please sign in to comment.