Skip to content

Commit

Permalink
fix: docker-compose.yaml 잘못된 포트 설정 바꾸기
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan2468 committed Dec 7, 2023
1 parent e5103d3 commit 256b750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
algo-with-me-score-0:
image: algo-with-me-score
ports:
- 4000
- 4000:4000
volumes:
- /home/be/algo-with-me/problems/:/algo-with-me/problems/
- /home/be/algo-with-me/submissions/:/algo-with-me/submissions/
Expand All @@ -38,7 +38,7 @@ services:
algo-with-me-score-1:
image: algo-with-me-score
ports:
- 4001
- 4001:4001
volumes:
- /home/be/algo-with-me/problems/:/algo-with-me/problems/
- /home/be/algo-with-me/submissions/:/algo-with-me/submissions/
Expand Down

0 comments on commit 256b750

Please sign in to comment.