共计 284 个字符,预计需要花费 1 分钟才能阅读完成。
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:
- '/vol1/1000/docker/openlist/data:/opt/openlist/data'
ports:
- '5244:5244'
environment:
- UMASK=022
restart: unless-stopped
正文完
发表至: Docker备份
2025-11-21