Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
windfgg authored Nov 18, 2023
1 parent e9b681b commit 74f9588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ DetailLog: false
### Docker
```shell
docker run -p 9876:8080 --name ProxyPool \
docker run -d -p 9876:8080 --name ProxyPool \
--restart always \
-v $(pwd)/proxy-pool/:/conf \
ghcr.io/windfgg/proxypool/proxy-pool:latest
```
Expand Down

0 comments on commit 74f9588

Please sign in to comment.