fix(services/uptime-kuma): Added volume config
This commit is contained in:
parent
dcef2ee26d
commit
9338a7d2ef
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
image = "docker.io/louislam/uptime-kuma:1";
|
image = "docker.io/louislam/uptime-kuma:1";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = ["127.0.0.1:3001:3001"];
|
ports = ["127.0.0.1:3001:3001"];
|
||||||
|
volumes = ["uptime-kuma:/app/data"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue