mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
[qbittorrent] Fix env strings
This commit is contained in:
parent
571372c4c7
commit
47c37d6ad8
@ -9,9 +9,9 @@ qbittorrent:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: UTC
|
TZ: UTC
|
||||||
PUID: 1001
|
PUID: "1001"
|
||||||
PGID: 1001
|
PGID: "1001"
|
||||||
UMASK: 022
|
UMASK: "022"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user