homarr: bump version
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 39s
All checks were successful
flake check / check (push) Successful in 3m25s
fmt check / check (push) Successful in 39s
This commit is contained in:
parent
18067e970c
commit
11fd6aab07
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
_: {
|
_: {
|
||||||
virtualisation.oci-containers.containers.homarr = {
|
virtualisation.oci-containers.containers.homarr = {
|
||||||
image = "ghcr.io/ajnart/homarr:0.13.4";
|
image = "ghcr.io/ajnart/homarr:0.14.0";
|
||||||
ports = [
|
ports = [
|
||||||
"7575:7575"
|
"7575:7575"
|
||||||
];
|
];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/notohh/docker/homarr/configs:/app/data/configs"
|
"/home/notohh/docker/homarr/configs:/app/data/configs"
|
||||||
"/home/notohh/docker/homarr/icons:/app/public/icons"
|
"/home/notohh/docker/homarr/icons:/app/public/icons"
|
||||||
|
"/home/notohh/docker/homarr/data:/data"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue