Merge pull request #11 from FleyX/dev

Dev
This commit is contained in:
FleyX 2022-05-26 23:43:12 +08:00 committed by GitHub
commit e213028cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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