ubuntu/README.md
2024-09-09 16:55:31 +08:00

18 lines
214 B
Markdown

# Docker SingBox
> 启动
```
# 初始化仓库
git submodule update --init --recursive --remote
./run.sh
```
```shell
.
├── .env
├── .gitignore
├── README.md
└── docker-compose.yaml
```