Skip to content

Commit

Permalink
fix: https 포트 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
fnzl54 authored Jan 25, 2023
1 parent 59b5945 commit 7c2833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- static_volume:/backend/static # <-- bind the static volume
ports:
- "80:8080"
- "433:433"
- "443:443"
depends_on:
- web
networks:
Expand Down

0 comments on commit 7c2833c

Please sign in to comment.