From a5b8d053c77ddd5ecd5e1aacbe22bd3206603108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Iv=C3=A1nek?= Date: Thu, 26 Sep 2024 12:20:36 +0200 Subject: [PATCH] Add init to inv_sig_helper entry in docker-compose.yml (#599) --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index 499b95d..e31658e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -97,6 +97,7 @@ Note: Currently the repository has to be cloned, this is because the `init-invid inv_sig_helper: image: quay.io/invidious/inv-sig-helper:latest + init: true command: ["--tcp", "0.0.0.0:12999"] environment: - RUST_LOG=info