feat: alist 升级版本 3.17.0 -> 3.18.0 (#133)

This commit is contained in:
zhengkunwang223 2023-06-02 17:59:20 +08:00 committed by GitHub
parent 96a20d2a71
commit d926f036a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 49 deletions

View File

@ -1,24 +0,0 @@
version: '3'
services:
alist:
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5244"
volumes:
- "${DATA_PATH}:/opt/alist/data"
- "${MOUNT_PATH}:/mnt/data"
environment:
- PUID=0
- PGID=0
- UMASK=022
image: xhofe/alist:v3.16.3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,24 +0,0 @@
additionalProperties:
formFields:
- default: 5244
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text

View File

@ -14,7 +14,7 @@ services:
- PUID=0 - PUID=0
- PGID=0 - PGID=0
- UMASK=022 - UMASK=022
image: xhofe/alist:v3.17.0 image: xhofe/alist:v3.18.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"