diff --git a/systems/jeeves-jr/docker/uptime_kuma.nix b/systems/jeeves-jr/docker/uptime_kuma.nix index bf5e39f..91d9582 100644 --- a/systems/jeeves-jr/docker/uptime_kuma.nix +++ b/systems/jeeves-jr/docker/uptime_kuma.nix @@ -7,7 +7,7 @@ in image = "louislam/uptime-kuma:latest"; ports = [ "3001:3001" ]; volumes = [ - "${vars.media_docker_configs}/uptime_kuma:/app/data" + "${vars.main_docker_configs}/uptime_kuma:/app/data" "/var/run/docker.sock:/var/run/docker.sock" ]; extraOptions = [ "--network=web" ];