chore(uptime-kuma): Added podman socket access volume
This commit is contained in:
parent
26534dc468
commit
26dbd02cbe
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,11 @@
|
|||
image = "docker.io/louislam/uptime-kuma:1";
|
||||
autoStart = true;
|
||||
ports = ["127.0.0.1:3001:3001"];
|
||||
volumes = ["uptime-kuma:/app/data"];
|
||||
volumes = [
|
||||
"uptime-kuma:/app/data"
|
||||
# For container monitoring
|
||||
"/var/run/podman/podman.sock:/var/run/podman/podman.sock"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue