Skip to content
Discussion options

You must be logged in to vote

Hello @rene-schwabe.

To disable HTTPS need to set SERVER_NAME environment variable to :80.

Then forward 80 port from inside as 8001.

All of this can be done by following command.
 

SERVER_NAME=:80 HTTP_PORT=8081 docker compose up -d 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rene-schwabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants