feat: update openlist 4.1.0

This commit is contained in:
arch3rPro
2025-08-01 16:28:29 +08:00
parent 14f463dd90
commit a5d83b3f27
21 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
services:
alist:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5244"
- "${PANEL_APP_PORT_S3}:5426"
volumes:
- ./data/data:/opt/alist/data
- ./data/mnt:/mnt/data
environment:
- PUID=0
- PGID=0
- UMASK=022
image: openlistteam/openlist:v4.1.0-ffmpeg
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true