appstore-1panel/apps/qbittorrent/4.6.5/docker-compose.yml
renovate[bot] 868d83b5b5
chore(deps): update linuxserver/qbittorrent docker tag to v4.6.5 (#1497)
* chore(deps): update linuxserver/qbittorrent docker tag to v4.6.5

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2024-05-30 11:50:17 +08:00

26 lines
682 B
YAML

services:
qbittorrent:
image: linuxserver/qbittorrent:4.6.5
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- TZ=${TIME_ZONE}
- WEBUI_PORT=${PANEL_APP_PORT_HTTP}
- TORRENTING_PORT=${PANEL_TORRENTING_PORT}
ports:
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}
- ${PANEL_TORRENTING_PORT}:${PANEL_TORRENTING_PORT}/udp
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
volumes:
- ./config:/config
- ./data:/downloads
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true