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 = {
|
jackett = {
|
||||||
image = "linuxserver/jackett";
|
image = "linuxserver/jackett";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "1000:100";
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pod=download"
|
"--pod=download"
|
||||||
];
|
];
|
||||||
|
|
@ -71,7 +70,6 @@ in
|
||||||
radarr = {
|
radarr = {
|
||||||
image = "linuxserver/radarr";
|
image = "linuxserver/radarr";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "1000:100";
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pod=download"
|
"--pod=download"
|
||||||
];
|
];
|
||||||
|
|
@ -81,7 +79,6 @@ in
|
||||||
sabnzbd = {
|
sabnzbd = {
|
||||||
image = "linuxserver/sabnzbd";
|
image = "linuxserver/sabnzbd";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "1000:100";
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pod=download"
|
"--pod=download"
|
||||||
];
|
];
|
||||||
|
|
@ -91,7 +88,6 @@ in
|
||||||
sonarr = {
|
sonarr = {
|
||||||
image = "linuxserver/sonarr";
|
image = "linuxserver/sonarr";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "1000:100";
|
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--pod=download"
|
"--pod=download"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue