Run:
docker compose up --build
- Get the initial Jenkins Admin password
docker exec -it jenkins_app cat /var/jenkins_home/secrets/initialAdminPassword
- Go to localhost:8080 and paste the initial admin password provided
- Do not install recommended plugins, select
Select plugins to install
->Install
- Create your first Administrator
- On
Instance Configuration
, ensure that Jenkins Url ishttp://localhost:8080/
and clickSave and Finish
All jenkins information should then be in .data/jenkins_home/