update docker command

This commit is contained in:
seiry 2023-04-10 22:41:31 +08:00
parent f399c0abb5
commit a9c3da341e
No known key found for this signature in database
GPG Key ID: 1F392C1EF1F7DCB8
3 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Docker image to run Cloudflare Warp in proxy mode. Image is rebuilt and updated
## Usage
```
docker run -d -p 40000:40000 --restart always yarmak/warp-proxy
docker run -d -p 40000:40000 --restart unless-stopped seiry/cloudflare-warp-proxy
```
SOCKS5 proxy server will be listening at port 40000.

0
docker-compose.yml Normal file
View File

View File

@ -8,7 +8,6 @@ done
warp-cli --accept-tos set-mode proxy
warp-cli --accept-tos set-proxy-port 40000
warp-cli --accept-tos connect
haproxy -f /etc/haproxy/haproxy.cfg
) &
exec warp-svc