appstore-1panel/apps/qbittorrent/4.6.7/docker-compose.yml
renovate[bot] fdff6173ba
chore(deps): update linuxserver/qbittorrent docker tag to v4.6.7 (#2136)
* chore(deps): update linuxserver/qbittorrent docker tag to v4.6.7

* 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-09-18 14:15:11 +08:00

26 lines
682 B
YAML

services:
qbittorrent:
image: linuxserver/qbittorrent:4.6.7
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