sabnzbd: pin version
This commit is contained in:
parent
345402c386
commit
06df3ec2f2
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@
|
||||||
];
|
];
|
||||||
extraOptions = ["--network=host"];
|
extraOptions = ["--network=host"];
|
||||||
};
|
};
|
||||||
|
|
||||||
sabnzbd = {
|
sabnzbd = {
|
||||||
image = "linuxserver/sabnzbd";
|
image = "linuxserver/sabnzbd:nightly-version-8ef87881";
|
||||||
ports = ["9292:9292"];
|
ports = ["9292:9292"];
|
||||||
environment = {
|
environment = {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
|
|
Loading…
Reference in a new issue