Services/Immich+Jellyfin: Make containers privileged
This commit is contained in:
@ -103,7 +103,7 @@ in {
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--privileged"
|
||||
"--privileged"
|
||||
"--device=nvidia.com/gpu=all"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
|
@ -43,7 +43,7 @@ in {
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
# "--privileged"
|
||||
"--privileged"
|
||||
"--device=nvidia.com/gpu=all"
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
|
Reference in New Issue
Block a user