From dfb115b896853f37f59d2fe1758ac0e8e874eb19 Mon Sep 17 00:00:00 2001 From: okxlin Date: Sun, 10 Sep 2023 22:59:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0qbittorrent-vnc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/qbittorrent-vnc/develop/docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/qbittorrent-vnc/develop/docker-compose.yml b/apps/qbittorrent-vnc/develop/docker-compose.yml index 0336c307..18cb34f4 100644 --- a/apps/qbittorrent-vnc/develop/docker-compose.yml +++ b/apps/qbittorrent-vnc/develop/docker-compose.yml @@ -12,6 +12,7 @@ services: - "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}" volumes: - "${DOWNLOAD_PATH}:/home/kasm-user/Downloads" + - "qbittorrent-vnc_data:/home/kasm-user" environment: - VNC_PW=${HTTP_PWD} shm_size: ${MEM_USE} @@ -20,6 +21,9 @@ services: labels: createdBy: "Apps" +volumes: + qbittorrent-vnc_data: + networks: 1panel-network: external: true