We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea70dba commit b82ee90Copy full SHA for b82ee90
README.md
@@ -178,5 +178,5 @@ docker build . -t lxrite/azure-http-proxy
178
docker build -t lxrite/azure-http-proxy https://github.com/lxrite/azure-http-proxy.git
179
180
# 启动 ahps
181
-docker run -d -p 8090:8090 --mount type=bind,source=/root/.ahps,target=/root/.ahps lxrite/azure-http-proxy ahps
+docker run -d -p 8090:8090 --mount type=bind,source=$PWD/server.json,target=/root/.ahps/server.json lxrite/azure-http-proxy ahps
182
```
0 commit comments