homarr: bump version
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 39s

This commit is contained in:
notohh 2023-11-10 19:15:41 -05:00
parent 18067e970c
commit 11fd6aab07
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,12 +1,13 @@
_: {
virtualisation.oci-containers.containers.homarr = {
image = "ghcr.io/ajnart/homarr:0.13.4";
image = "ghcr.io/ajnart/homarr:0.14.0";
ports = [
"7575:7575"
];
volumes = [
"/home/notohh/docker/homarr/configs:/app/data/configs"
"/home/notohh/docker/homarr/icons:/app/public/icons"
"/home/notohh/docker/homarr/data:/data"
];
};
}