Revert "remove redundant variable"
Some checks failed
Deploy Containers / Prepare (push) Failing after 3s

This reverts commit 7f116bcb84.
This commit is contained in:
2026-01-09 17:26:56 -05:00
parent 7f116bcb84
commit 2ed3b848a3

View File

@@ -13,7 +13,7 @@
- name: homelab - name: homelab
volumes: volumes:
- "{{ data_dir }}/nzbget:/config" - "{{ data_dir }}/nzbget:/config"
- "{{ media_path }}/Downloads:/downloads" - "{{ NZBGET_DOWNLOADS_PATH }}:/downloads"
env: env:
NZBGET_USER: "{{ NZBGET_USER }}" NZBGET_USER: "{{ NZBGET_USER }}"
NZBGET_PASS: "{{ NZBGET_PASS }}" NZBGET_PASS: "{{ NZBGET_PASS }}"