Install Jenkins and Nginx with Docker-compose
In my post this time, I will give a tutorial on how to install jenkins and nginx with docker-compose. Starting from creating the docker-compose.yml file, installing using docker-compose, configuring the nginx proxy so that it can run on port 80 (because by default jenkins runs on ports 8080 and 8443 Read more…