mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 17:55:55 +08:00
refactor: 取消 Jenkins 特权模式选项
This commit is contained in:
parent
4a70b84230
commit
cac33de24d
@ -1,17 +1,5 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "true"
|
||||
disabled: true
|
||||
envKey: PRIVILEGED
|
||||
labelEn: Privileged
|
||||
labelZh: 特权模式
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 开启
|
||||
value: "true"
|
||||
- label: 关闭
|
||||
value: "false"
|
||||
- default: /usr/bin/docker
|
||||
edit: true
|
||||
envKey: DOCKER_BINARY
|
||||
|
@ -4,7 +4,7 @@ services:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: jenkins/jenkins:2.416
|
||||
restart: always
|
||||
privileged: ${PRIVILEGED}
|
||||
privileged: true
|
||||
user: root
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
|
Loading…
x
Reference in New Issue
Block a user