fix(services -> uptime-kuma): Fixed container name
This commit is contained in:
parent
9338a7d2ef
commit
fecfce7ad9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
'';
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
container-name = {
|
||||
uptime-kuma = {
|
||||
image = "docker.io/louislam/uptime-kuma:1";
|
||||
autoStart = true;
|
||||
ports = ["127.0.0.1:3001:3001"];
|
||||
|
|
Loading…
Reference in a new issue