From b15997402d474dc30b4d8d2a8f81a294fe8db587 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 21:40:26 -0500 Subject: [PATCH] restart --- modules/metube.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/metube.nix b/modules/metube.nix index 73d45d1..fad83f9 100644 --- a/modules/metube.nix +++ b/modules/metube.nix @@ -21,7 +21,6 @@ with lib; containers = { metube = { image = "ghcr.io/alexta69/metube"; - restart = "unless-stopped"; ports = [ "8085:8081" ]; volumes = [ "/storage/downloads:/downloads" ]; };