removed unloadable library from Dockerfile

This commit is contained in:
2025-09-03 16:54:40 +02:00
parent e1dfb49f04
commit 53f67e61cc
2 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -2,14 +2,14 @@ services:
jenkins:
container_name: jenkins
restart: unless-stopped
image: jenkins/jenkins:lts
image: registry.vbchaos.nl/jenkins-docker
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /usr/bin/docker:/usr/bin/docker
- /srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/docker_config/jenkins/:/var/jenkins_home
- /srv/dev-disk-by-uuid-7a33692e-6462-435b-9c97-029589baeeab/jenkins/workspace:/var/jenkins_home/workspace
- /srv/dev-disk-by-uuid-7a33692e-6462-435b-9c97-029589baeeab/jenkins/jobs:/var/jenkins_home/jobs
# - /srv/dev-disk-by-uuid-7a33692e-6462-435b-9c97-029589baeeab/jenkins/jobs:/var/jenkins_home/jobs
ports:
- "8080:8080"
- "50000:50000"