Skip to content

Commit

Permalink
add port 443 to nginx in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazej Fitrzyk committed Dec 10, 2024
1 parent 859af1d commit f59da31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- ./nginx/:/etc/nginx/conf.d
ports:
- 80:80
- 443:443
depends_on:
- api

Expand Down

0 comments on commit f59da31

Please sign in to comment.