fix:更新dashdot

This commit is contained in:
okxlin 2023-08-04 23:52:03 +08:00
parent b39ecb513d
commit 985b41b96f
6 changed files with 8 additions and 18 deletions

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="dashdot"
PANEL_APP_PORT_HTTP="40094"
DATA_PATH="./data"

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="dashdot"
PANEL_APP_PORT_HTTP="40094"
DATA_PATH="./data"

View File

@ -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

View File

@ -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