Skip to content

Commit

Permalink
refactor(stremio-web): --no-https by default
Browse files Browse the repository at this point in the history
  • Loading branch information
n0bodysec committed Feb 28, 2022
1 parent 9903d1d commit 18b9295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stremio-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /stremio
ARG SERVER_VERSION=master
ENV WEBPACK_MODE=development
ENV WEBPACK_PORT=8080
ENV EXTRA_ARGS="--allowed-hosts=all"
ENV EXTRA_ARGS="--allowed-hosts=all --no-https"
# server port only for reference. it's hardcoded on the server.js file
ENV SERVER_PORT=11470

Expand Down
2 changes: 1 addition & 1 deletion stremio-web/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
environment:
- WEBPACK_MODE=development
- WEBPACK_PORT=8080
# - EXTRA_ARGS=--no-https
# - EXTRA_ARGS=

networks:
default:
Expand Down

0 comments on commit 18b9295

Please sign in to comment.