docs: fix quick-start.md docs problem.

This commit is contained in:
EstrellaXD
2023-08-22 11:30:13 +08:00
parent bcdff91185
commit 3c9e0bb065

View File

@@ -24,7 +24,7 @@ docker run -d \
-v AutoBangumi_data:/app/data \
-p 7892:7892 \
--network=bridge \
--dns=8.8.8.8
--dns=8.8.8.8 \
--restart unless-stopped \
estrellaxd/auto_bangumi:latest
@@ -32,7 +32,7 @@ docker run -d \
### 选项2: 使用 Docker-compose 部署
复制以下内容到 `docker-compose.yml` 文件中,然后运行 `docker-compose up -d` 即可
复制以下内容到 `docker-compose.yml` 文件中。
```yaml
version: "3.8"
@@ -58,6 +58,12 @@ volumes:
name: AutoBangumi_data
```
运行以下命令启动容器。
```shell
docker compose up -d
```
## 安装 qBittorrent
如果你没有安装 qBittorrent请先安装 qBittorrent。