mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 12:36:57 +08:00
feat: Jenkins 修改为 LTS 版本
This commit is contained in:
parent
5ab124d0c3
commit
e3beea2a60
@ -2,14 +2,14 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
jenkins:
|
jenkins:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: jenkins/jenkins:2.448
|
image: jenkins/jenkins:2.440.1-lts
|
||||||
restart: always
|
restart: always
|
||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
user: root
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:8080
|
- ${PANEL_APP_PORT_HTTP}:8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./jenkins:/var/jenkins_home
|
- ./data:/var/jenkins_home
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ${DOCKER_BINARY}:${DOCKER_BINARY}
|
- ${DOCKER_BINARY}:${DOCKER_BINARY}
|
||||||
networks:
|
networks:
|
Loading…
Reference in New Issue
Block a user