Removed UID, it breaks container inside unprivileged LXC

This commit is contained in:
pazpi 2024-08-24 09:01:37 +02:00
parent 9f09dbce62
commit 65c219bdea
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE

View file

@ -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"
];