https://github.com/proyang/docker-v2ray
v2ray custom repository
https://github.com/proyang/docker-v2ray
Last synced: about 2 months ago
JSON representation
v2ray custom repository
- Host: GitHub
- URL: https://github.com/proyang/docker-v2ray
- Owner: proYang
- License: mit
- Created: 2019-07-07T13:21:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T15:21:07.000Z (almost 7 years ago)
- Last Synced: 2025-03-23T02:27:57.390Z (over 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-v2ray
> v2ray custom repository
## 常用命令
- 部署 v2ray: docker-compose up -d
- 启动 v2ray: docker-compose start v2ray
- 停止 v2ray: docker-compose stop v2ray
- 重启 v2ray: docker-compose restart v2ray
- 删除 v2ray: docker stop v2ray && docker rm v2ray
- 更新 v2ray: docker-compose pull & docker-compose up -d