run nzbget on user
All checks were successful
Deploy Containers / Prepare (push) Successful in 34s

This commit is contained in:
2026-01-17 21:17:50 -05:00
parent d19542df43
commit d680d8d86c

View File

@@ -18,8 +18,8 @@
NZBGET_USER: "{{ NZBGET_USER }}" NZBGET_USER: "{{ NZBGET_USER }}"
NZBGET_PASS: "{{ NZBGET_PASS }}" NZBGET_PASS: "{{ NZBGET_PASS }}"
TZ: "{{ TZ }}" TZ: "{{ TZ }}"
PUID: "{{ PUID }}" PUID: "1000"
PGID: "{{ PGID }}" PGID: "1000"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.nzb.rule: Host(`nzb.fntz.net`) traefik.http.routers.nzb.rule: Host(`nzb.fntz.net`)