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,23 @@
services:
alist:
container_name: ${CONTAINER_NAME}
restart: always
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.57.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true