services:
openlist:
image: openlistteam/openlist:latest
container_name: openlist
user: '0:0' # Please replace `0:0` with the actual user ID and group ID you want to use to run OpenList.
volumes:
- /data:/opt/openlist/data
ports:
- 127.0.0.1:5244:5244
environment:
- UMASK=022
restart: always
最后修改:2026 年 07 月 24 日
© 允许规范转载