openlist-网盘挂载工具

作者:滔哥有点菜 发布时间: 2025-09-17 阅读量:22 评论数:0
version: '3.8'
services:
  openlist:
    image: openlistteam/openlist:latest
    container_name: openlist
    volumes:
      - '/volume1/docker/openlist:/opt/openlist/data'
    ports:
      - '5244:5244'
    environment:
      - PUID=0
      - PGID=0
      - UMASK=022
      - TZ=Asia/Shanghai
    restart: unless-stopped

评论