mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 18:37:41 +08:00
添加重启参数
This commit is contained in:
parent
6cf3d7d57c
commit
e4b0312fd0
@ -2,6 +2,7 @@ version: "3"
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
|
||||
@ -2,6 +2,7 @@ version: "3"
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
|
||||
@ -2,6 +2,7 @@ version: "3"
|
||||
services:
|
||||
qbittorrent:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
environment:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user