From 1a5f241fac638a941a226cd0c7da318ca332ee39 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 25 Sep 2025 15:37:11 +0200 Subject: [PATCH] fix: container name --- tasks/omni.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/omni.yaml b/tasks/omni.yaml index a1deefc..a9bb9ef 100644 --- a/tasks/omni.yaml +++ b/tasks/omni.yaml @@ -41,7 +41,7 @@ detach: "yes" pull: "always" state: "started" - name: "pangolin" + name: "omni" image: "ghcr.io/siderolabs/omni:v1.1.5" restart_policy: "unless-stopped" network_mode: "host"