Skip to content

Commit 90f7600

Browse files
committed
fix :: 백엔드 포트 수정
1 parent e90f71b commit 90f7600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
build: .
1919
container_name: backend_app
2020
ports:
21-
- "8000:8000"
21+
- "5000:8000"
2222
depends_on:
2323
- db
2424
environment:

0 commit comments

Comments
 (0)