Update qbittorrent from 5.1.0 to 5.1.2
This commit is contained in:
@@ -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
|
||||||
|
@@ -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:
|
||||||
|
Reference in New Issue
Block a user