前言
openlist wiki:https://doc.oplist.org/guide/installation/docker
github:https://github.com/OpenListTeam/OpenList
dokcerhub:https://hub.docker.com/r/openlistteam/openlist
群晖docker 文件夹 新建openlist文件夹 在openlist文件夹内新建data子文件夹 右键属性权限 选择 eve 所有人 选择读写 勾选所有子文件夹 确定
# docker-compose.yml
services:
openlist:
image: 'openlistteam/openlist:latest'
container_name: openlist
network_mode: bridge
user: '0:0' # Please replace `0:0` with the actual user ID and group ID you want to use to run OpenList.
volumes:
- '/volume1/docker/openlist/data:/opt/openlist/data'
ports:
- '5244:5244'
environment:
- UMASK=022
restart: unless-stoppedip+5244
用户名admin
密码 去docker openlist日志查看随机密码
openlist生成strm
挂载里面选择strm 输入即可