mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-16 09:20:43 +08:00
规范 Docker Compose 格式
This commit is contained in:
parent
4ad08bae91
commit
19f63e4504
@ -75,7 +75,7 @@ docker run -d \
|
|||||||
x1ao4/quark-auto-save-x:latest
|
x1ao4/quark-auto-save-x:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Docker Compose
|
Docker Compose(推荐)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
@ -89,7 +89,6 @@ services:
|
|||||||
- /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config
|
- /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config
|
||||||
- /自定义生成文件的存储目录:/media # 可选,插件 alist_strm_gen 生成 strm 使用
|
- /自定义生成文件的存储目录:/media # 可选,插件 alist_strm_gen 生成 strm 使用
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks: {}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
默认管理地址:http://yourhost:5005
|
默认管理地址:http://yourhost:5005
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user