From 0007b10a719105547fb2d7ea57301b6f7ddaf322 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Wed, 20 Nov 2024 12:37:05 +0100 Subject: [PATCH] +homarr config fix --- hosts/m3-helios/services/containers/homarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/m3-helios/services/containers/homarr.nix b/hosts/m3-helios/services/containers/homarr.nix index ee5c4a0..4494661 100644 --- a/hosts/m3-helios/services/containers/homarr.nix +++ b/hosts/m3-helios/services/containers/homarr.nix @@ -3,7 +3,7 @@ image = "ghcr.io/ajnart/homarr:latest"; ports = ["7575:7575"]; volumes = [ - "homarr-configs:/app/public/config" + "homarr-configs:/app/data/configs" "homarr-icons:/app/public/icons" "homarr-data:/data" ];