version: '3.1' services: jenkins: image: jenkins/jenkins:lts volumes: - ./home/jenkins_data:/var/jenkins_home - /var/run/docker.sock:/var/run/docker.sock # - /usr/bin/docker:/usr/bin/docker # - /usr/lib/x86_64-linux-gnu/libltdl.so.7:/usr/lib/x86_64-linux-gnu/libltdl.so.7 ports: - "9009:8080" expose: - "9009" - "50000" privileged: true user: root restart: always container_name: jenkins environment: JAVA_OPTS: '-Djava.util.logging.config.file=/var/jenkins_home/log.properties'
Content type
Image
Digest
Size
545.6 MB
Last updated
over 4 years ago
docker pull fakeguy/jenkins-done:1.0