-
Notifications
You must be signed in to change notification settings - Fork 4
HTTPS reverse proxy
vianneyJouhet edited this page Nov 27, 2018
·
2 revisions
If your docker node is behind an HTTPS reverse proxy one possible solution is to comunicate within your local network over HTTP.
To do so, you have to do one modification in the docker-compose.yml:
- In the shrine section uncomment port mapping
8080:8080
Your reverse proxy must be configured to redirect HTTPS on the 6443 port to the 8080 port of your machine over HTTP