Skip to content

Commit

Permalink
Added new ports to handle non ssl requests
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Oct 20, 2020
1 parent ea47f68 commit 271a515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
build: ./nginx
ports:
- "443:443"
- "80:80"
depends_on:
- backend
- gui
Expand Down

0 comments on commit 271a515

Please sign in to comment.