Removed UID, it breaks container inside unprivileged LXC
This commit is contained in:
parent
9f09dbce62
commit
65c219bdea
1 changed files with 0 additions and 4 deletions
|
|
@ -61,7 +61,6 @@ in
|
|||
jackett = {
|
||||
image = "linuxserver/jackett";
|
||||
autoStart = true;
|
||||
user = "1000:100";
|
||||
extraOptions = [
|
||||
"--pod=download"
|
||||
];
|
||||
|
|
@ -71,7 +70,6 @@ in
|
|||
radarr = {
|
||||
image = "linuxserver/radarr";
|
||||
autoStart = true;
|
||||
user = "1000:100";
|
||||
extraOptions = [
|
||||
"--pod=download"
|
||||
];
|
||||
|
|
@ -81,7 +79,6 @@ in
|
|||
sabnzbd = {
|
||||
image = "linuxserver/sabnzbd";
|
||||
autoStart = true;
|
||||
user = "1000:100";
|
||||
extraOptions = [
|
||||
"--pod=download"
|
||||
];
|
||||
|
|
@ -91,7 +88,6 @@ in
|
|||
sonarr = {
|
||||
image = "linuxserver/sonarr";
|
||||
autoStart = true;
|
||||
user = "1000:100";
|
||||
extraOptions = [
|
||||
"--pod=download"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue