From 88af0262b4858358d2a723c64af7131348bc49fc Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 8 Dec 2025 11:56:09 +0500 Subject: [PATCH] Update file docker-compose.yml.j2 --- roles/qbittorrent/templates/docker-compose.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/qbittorrent/templates/docker-compose.yml.j2 b/roles/qbittorrent/templates/docker-compose.yml.j2 index c3ffc19..473ff81 100644 --- a/roles/qbittorrent/templates/docker-compose.yml.j2 +++ b/roles/qbittorrent/templates/docker-compose.yml.j2 @@ -9,6 +9,8 @@ services: - TZ={{ timezone }} - WEBUI_PORT=8080 - TORRENTING_PORT=6881 + - WEBUI_USE_IP_HEADER=1 + - WEBUI_HOST_HEADER= volumes: - {{ qbittorrent_config_dir }}:/config - {{ qbittorrent_downloads_dir }}:/downloads