ubuntu/README.md

18 lines
214 B
Markdown
Raw Permalink Normal View History

2024-09-09 16:55:31 +08:00
# Docker SingBox
2022-11-27 22:26:03 +08:00
2024-09-09 16:55:31 +08:00
> 启动
```
# 初始化仓库
git submodule update --init --recursive --remote
./run.sh
```
2022-11-27 22:26:03 +08:00
2022-12-02 17:30:00 +08:00
```shell
.
├── .env
├── .gitignore
├── README.md
└── docker-compose.yaml
```