Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
更新部署说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 authored Dec 9, 2023
1 parent 296ec66 commit baf5287
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ docker run -d \
--net=host \
--pid=host \
--privileged=true \
-v (你config.json的文件目录):(你config.json的文件目录) \
-v (你config.json的文件目录):/data \
yangclivia/tokenstool:latest \
--deployWay=releases \
--deployPosition=(你config.json的文件目录) \
--deployPosition=/data \
--hotReload=true \
--server.port=8081 \
--pandoara_Ip=你的Pandoara部署的服务器外网Ip Or default
Expand All @@ -179,11 +179,11 @@ docker run -d \
--net=host \
--pid=host \
--privileged=true \
-v (你config.json的文件目录):(你config.json的文件目录) \
-v (你config.json的文件目录):/data \
-v /var/run/docker.sock:/var/run/docker.sock \
yangclivia/tokenstool:latest \
--deployWay=docker \
--deployPosition=(你config.json的文件目录) \
--deployPosition=/data \
--hotReload=true \
--server.port=8081 \
--pandoara_Ip=你的Pandoara部署的服务器外网Ip Or default
Expand All @@ -203,11 +203,11 @@ services:
pid: host
privileged: true
volumes:
- (你config.json的文件目录):(你config.json的文件目录)
- (你config.json的文件目录):/data
- /var/run/docker.sock:/var/run/docker.sock
command:
- --deployWay=(部署方式看环境变量)
- --deployPosition=(你config.json的文件目录)
- --deployPosition=/data
- --hotReload=true
- --server.port=8081
- --pandoara_Ip=你的Pandoara部署的服务器外网Ip Or default
Expand Down

0 comments on commit baf5287

Please sign in to comment.