17. Using an Nginx reverse proxy Docker container on a Raspberry Pi

In this video, we extend our simple docker compose configuration to include an additional service, in the form of an Nginx container. This additional service performs a port direction from 80 to 80, so it actually does nothing new in this video, but it lays the ground work required to then move on to setting up an SSL/TLS encryption certificate and providing https access to our Raspberry Pi hosted website.
Back to Top