snowflake: 11.04.23 -> 11.12.23 #19

Merged
notohh merged 9 commits from snowflake into master 2023-11-11 23:53:23 -05:00
Showing only changes of commit 11fd6aab07 - Show all commits

View file

@ -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"
]; ];
}; };
} }