Skip to content

Commit

Permalink
Merge pull request #24 from S-V-23-BootCamp-Team-F/feat/#13
Browse files Browse the repository at this point in the history
fix: https 포트 오류 수정
  • Loading branch information
fnzl54 authored Jan 25, 2023
2 parents d9673e8 + 7c2833c commit dfeef24
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 @@ -43,7 +43,7 @@ services:
- ./nginx/log:/var/log/nginx # nginx log path (require same option on nginx container)
ports:
- "80:8080"
- "433:433"
- "443:443"
depends_on:
- backend
networks:
Expand Down

0 comments on commit dfeef24

Please sign in to comment.