Update qbittorrent from 5.1.0 to 5.1.2

This commit is contained in:
Mike Wilson
2025-07-30 12:07:28 -04:00
parent f26e1c518b
commit 3451147e66
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
- name: restart qbittorrent - name: restart qbittorrent
community.docker.docker_compose_v2: community.docker.docker_compose_v2:
project_src: "{{ install_directory }}/qbittorrent" project_src: "{{ install_directory }}/qbittorrent"
restarted: true state: restarted

View File

@@ -1,4 +1,3 @@
networks: networks:
starr: starr:
external: true external: true
@@ -6,7 +5,7 @@ networks:
services: services:
qbittorrent: qbittorrent:
container_name: qbittorrent container_name: qbittorrent
image: lscr.io/linuxserver/qbittorrent:5.1.0 image: lscr.io/linuxserver/qbittorrent:5.1.2
restart: unless-stopped restart: unless-stopped
network_mode: "container:gluetun" network_mode: "container:gluetun"
environment: environment: