root
This commit is contained in:
@@ -49,6 +49,7 @@ in {
|
||||
# "PROWLARR__SERVER__ENABLESSL" = "false";
|
||||
};
|
||||
extraOptions = [
|
||||
"--user=0:0"
|
||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||
"--passwd-entry=root:x:0:0:root:/root:/bin/sh"
|
||||
];
|
||||
@@ -69,6 +70,7 @@ in {
|
||||
# "RADARR__SERVER__ENABLESSL" = "False";
|
||||
};
|
||||
extraOptions = [
|
||||
"--user=0:0"
|
||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||
"--passwd-entry=root:x:0:0:root:/root:/bin/sh"
|
||||
];
|
||||
@@ -89,6 +91,7 @@ in {
|
||||
# "SONARR__SERVER__ENABLESSL" = "False";
|
||||
};
|
||||
extraOptions = [
|
||||
"--user=0:0"
|
||||
"--tmpfs=/tmp:rw,noexec,nosuid,size=512m"
|
||||
"--passwd-entry=root:x:0:0:root:/root:/bin/sh"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user