mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
Fix(music): UserID
This commit is contained in:
parent
5d08b08947
commit
1b771b1d79
1 changed files with 6 additions and 1 deletions
|
@ -29,11 +29,16 @@ env:
|
|||
# -- Folder where your music library is stored.
|
||||
ND_MUSICFOLDER: /music
|
||||
|
||||
ND_SCANSCHEDULE: "0"
|
||||
ND_LASTFM_ENABLED: "false"
|
||||
ND_ENABLEEXTERNALSERVICES: "false"
|
||||
ND_LISTENBRAINZ_ENABLED: "false"
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
podSecurityContext:
|
||||
#runAsUser: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
fsGroup: 1000
|
||||
|
||||
|
|
Loading…
Reference in a new issue