mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:41 +08:00
fix:更新dashdot
This commit is contained in:
parent
b39ecb513d
commit
985b41b96f
@ -1,3 +1,3 @@
|
||||
CONTAINER_NAME="dashdot"
|
||||
PANEL_APP_PORT_HTTP="40094"
|
||||
DATA_PATH="./data"
|
||||
|
||||
|
||||
@ -8,10 +8,3 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
@ -8,7 +8,9 @@ services:
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3001"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/mnt/host:ro"
|
||||
- "/etc/os-release:/etc/os-release:ro"
|
||||
- "/proc/1/ns/net:/mnt/host_ns_net:ro"
|
||||
- "/:/mnt/host:ro"
|
||||
privileged: true
|
||||
tty: true
|
||||
image: mauricenino/dashdot:dev
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
CONTAINER_NAME="dashdot"
|
||||
PANEL_APP_PORT_HTTP="40094"
|
||||
DATA_PATH="./data"
|
||||
|
||||
|
||||
@ -8,10 +8,3 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data folder path
|
||||
labelZh: 数据文件夹路径
|
||||
required: true
|
||||
type: text
|
||||
@ -8,7 +8,9 @@ services:
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3001"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/mnt/host:ro"
|
||||
- "/etc/os-release:/etc/os-release:ro"
|
||||
- "/proc/1/ns/net:/mnt/host_ns_net:ro"
|
||||
- "/:/mnt/host:ro"
|
||||
privileged: true
|
||||
tty: true
|
||||
image: mauricenino/dashdot:sha-6f7544d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user