Clone repository
git clone [email protected]:EvilFreelancer/docker-compose-jenkins.git
Switch work directory to root of project
cd docker-compose-jenkins
Copy composition config from example
cp docker-compose.yml.dist docker-compose.yml
Run composition
docker-compose up -d
After that, if you'll open http://localhost:8080 in your browser, you'll see Jenkins installation page.
Good luck!
- https://www.youtube.com/watch?v=Wy3pGG1g-Ms - Original video instruction (on Russian language) about this project with additional details