chore(uptime-kuma): Added podman socket access volume

This commit is contained in:
GaspardCulis 2024-11-06 09:18:08 +01:00
parent 26534dc468
commit 26dbd02cbe

View file

@ -8,7 +8,11 @@
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"]; volumes = [
"uptime-kuma:/app/data"
# For container monitoring
"/var/run/podman/podman.sock:/var/run/podman/podman.sock"
];
}; };
}; };
} }