Skip to content

Commit e85c127

Browse files
committed
fix: allow http connections along with https
Connection should be redirect to HTTPs from HTTP.
1 parent 76bbe4a commit e85c127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
REACT_APP_ENV: Production
88
REMOVE_CF_IPS: "false"
99
ports:
10+
- 80:80
1011
- 443:443
1112
depends_on:
1213
- game-service

0 commit comments

Comments
 (0)