Last active
April 26, 2022 04:42
-
-
Save WangKaifei/7678b10a1fb75e1ed26a95cad71ca961 to your computer and use it in GitHub Desktop.
docker_teddysun_v2ray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run \ | |
| --name v2ray \ | |
| --restart=always \ | |
| -p 10000:10000 \ | |
| -v /home/wwwroot/docker/v2ray/data:/etc/v2ray \ | |
| -d teddysun/v2ray |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment