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