1
0

chore(deps): update xhofe/alist docker tag to v3.57.0 (#3861)

This commit is contained in:
renovate[bot]
2026-02-05 09:01:50 +00:00
committed by GitHub
parent a02944dcfd
commit 86eb2eb646
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
alist:
image: xhofe/alist:v3.57.0-ffmpeg
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5244
volumes:
- ${ALIST_ROOT_PATH}:/opt/alist/data
environment:
- PUID=0
- PGID=0
- UMASK=022
- FORCE=false