docker-compose install and configure jenkins
1. Preparation Create the folder /opt/docker-home/jenkins/jenkins_home and configure the folder permissions. 2. docker-compose.yml Create the file docker-compose.yml under the /opt/docker-home/jenkins file with the following configuration. 3. Start Check the file /opt/docker-home/jenkins/jenkins_home/secrets/initialAdminPassword after starting, this is the password after initialization, which…