From 95a024a6e781a4fa04c28b07594106d8e7476d2b Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 25 May 2023 18:59:58 +0200 Subject: [PATCH] Fix openbooks search by changing the username --- modules/containers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/containers.nix b/modules/containers.nix index 9fe0902..b451285 100644 --- a/modules/containers.nix +++ b/modules/containers.nix @@ -18,7 +18,7 @@ image = "evanbuss/openbooks@sha256:16609c3da954715f8f98b5de6c838146914ae700b2a700b4d9aad8b23c9217da"; ports = [ "127.0.0.1:9000:80" ]; - cmd = [ "--name" "bookworm" "--searchbot" "searchook" "--persist" ]; + cmd = [ "--name" "bradar" "--searchbot" "searchook" "--persist" ]; }; # Prometheus MQTT integration mqtt2prometheus = {