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