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_PASS: "{{ NZBGET_PASS }}"
TZ: "{{ TZ }}"
PUID: "{{ PUID }}"
PGID: "{{ PGID }}"
PUID: "1000"
PGID: "1000"
labels:
traefik.enable: "true"
traefik.http.routers.nzb.rule: Host(`nzb.fntz.net`)