mirror of
https://github.com/aoaostar/toolbox.git
synced 2025-12-30 00:25:33 +00:00
10 lines
202 B
Markdown
10 lines
202 B
Markdown
## Docker部署
|
|
### 安装docker + docker compose
|
|
|
|
<http://get.daocloud.io/>
|
|
|
|
### 运行
|
|
```shell
|
|
curl -sL https://github.com/aoaostar/toolbox/raw/main/docker/install.sh | bash
|
|
docker-composer up -d
|
|
``` |