1
0

chore(deps): update openlistteam/openlist docker tag to v4.1.10 (#3788)

This commit is contained in:
renovate[bot]
2026-01-31 13:14:58 +00:00
committed by GitHub
parent c8916777b0
commit c3a9f1669c
20 changed files with 4 additions and 4 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.10
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true