feat: Jenkins 修改为 LTS 版本

This commit is contained in:
wanghe-fit2cloud 2024-03-08 12:01:10 +08:00
parent 5ab124d0c3
commit e3beea2a60
2 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@ version: '3'
services:
jenkins:
container_name: ${CONTAINER_NAME}
image: jenkins/jenkins:2.448
image: jenkins/jenkins:2.440.1-lts
restart: always
privileged: true
user: root
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./jenkins:/var/jenkins_home
- ./data:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_BINARY}:${DOCKER_BINARY}
networks: