Services/Wud: Update to v8.1.1
This commit is contained in:
@ -3,9 +3,12 @@
|
|||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
virtualisation.oci-containers.containers.whats-up-docker = {
|
wudVersion = "8.1.1";
|
||||||
image = "getwud/wud:latest";
|
in {
|
||||||
|
virtualisation.oci-containers.containers = {
|
||||||
|
whats-up-docker = {
|
||||||
|
image = "getwud/wud:${wudVersion}";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
||||||
login = {
|
login = {
|
||||||
@ -35,4 +38,5 @@
|
|||||||
"--net=behind-nginx"
|
"--net=behind-nginx"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user