侧边栏壁纸
博主头像
不嘻嘻 博主等级

行动起来,活在当下

  • 累计撰写 7 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

zfile docker

Administrator
2025-07-23 / 0 评论 / 0 点赞 / 6 阅读 / 0 字

version: '3.3'
services:
    zfile:
        container_name: zfile
        restart: always
        ports:
            - '13000:8080'
        volumes:
            - '/vol1/1000/docker/zfiles/db:/root/.zfile-v4/db'
            - '/vol1/1000/docker/zfiles/logs:/root/.zfile-v4/logs'
            - '/vol2/1000/setu:/data/file'
        image: swr.cn-north-1.myhuaweicloud.com/zfile-dev/zfile:latest

0

评论区