规范 Docker Compose 格式

This commit is contained in:
x1ao4 2025-07-09 23:25:44 +08:00 committed by GitHub
parent 4ad08bae91
commit 19f63e4504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ docker run -d \
x1ao4/quark-auto-save-x:latest
```
Docker Compose
Docker Compose(推荐)
```yaml
version: "3.3"
@ -89,7 +89,6 @@ services:
- /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config
- /自定义生成文件的存储目录:/media # 可选,插件 alist_strm_gen 生成 strm 使用
restart: unless-stopped
networks: {}
```
默认管理地址http://yourhost:5005