You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
336 B
13 lines
336 B
version: '3.8'
|
|
services:
|
|
jenkins:
|
|
image: jenkins/jenkins:lts-jdk21
|
|
privileged: true
|
|
user: root
|
|
ports:
|
|
- 8087:8080
|
|
- 50000:50000
|
|
container_name: jenkins
|
|
volumes:
|
|
- /mnt/docker_volumes/jenkins/jenkins_configuration:/var/jenkins_home
|
|
- /var/run/docker.sock:/var/run/docker.sock
|