feat:更新qbittorrent-vnc

This commit is contained in:
okxlin 2023-09-10 22:59:34 +08:00
parent 40ca8980fa
commit dfb115b896

View File

@ -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