mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: Jenkins 修改为 LTS 版本
This commit is contained in:
parent
5ab124d0c3
commit
e3beea2a60
@ -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:
|
Loading…
Reference in New Issue
Block a user