From 215d32c76e5e9e598de6e4f8542316f80dd92f57 Mon Sep 17 00:00:00 2001 From: techmetx11 Date: Sat, 17 Aug 2024 18:04:20 +0100 Subject: [PATCH] Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTs Fixes #20 --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 428dfba..fa1a860 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,6 +5,7 @@ services: context: . dockerfile: Dockerfile # image: quay.io/invidious/inv-sig-helper:latest + init: true command: ["--tcp", "127.0.0.1:12999"] ports: - 127.0.0.1:12999:12999