docs:修改文档

This commit is contained in:
fanxb 2022-05-26 23:26:11 +08:00
parent 1f460b7af1
commit c634b5e67d

View File

@ -38,10 +38,10 @@ version: "3.6"
# 当前用户的uid,gid使用root可不配置此项 # 当前用户的uid,gid使用root可不配置此项
user: "${1000}:${1000}" user: "${1000}:${1000}"
environment: environment:
# 指定启动端口 # 指定启动端口
- PORT=11004 - PORT=11004
# 指定认证token不设置此项无需认证 # 指定认证token不设置此项无需认证
- TOKEN=123456 - TOKEN=123456
volumes: volumes:
# 关键把想要管理的文件夹映射到容器的data目录中即可在程序中选择data目录进行重命名操作 # 关键把想要管理的文件夹映射到容器的data目录中即可在程序中选择data目录进行重命名操作
- /mnt/vdisk:/data - /mnt/vdisk:/data