Fix openbooks search by changing the username

This commit is contained in:
coolneng 2023-05-25 18:59:58 +02:00
parent 2e8e66dca6
commit 95a024a6e7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {