An open API service indexing awesome lists of open source software.

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

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