Skip to content

Commit b82ee90

Browse files
authored
Update README.md
1 parent ea70dba commit b82ee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ docker build . -t lxrite/azure-http-proxy
178178
docker build -t lxrite/azure-http-proxy https://github.com/lxrite/azure-http-proxy.git
179179

180180
# 启动 ahps
181-
docker run -d -p 8090:8090 --mount type=bind,source=/root/.ahps,target=/root/.ahps lxrite/azure-http-proxy ahps
181+
docker run -d -p 8090:8090 --mount type=bind,source=$PWD/server.json,target=/root/.ahps/server.json lxrite/azure-http-proxy ahps
182182
```

0 commit comments

Comments
 (0)