Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTs
Some checks failed
Build and test inv_sig_helper / build (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled

Fixes #20
This commit is contained in:
techmetx11 2024-08-17 18:04:20 +01:00
parent 52097ac1cc
commit 215d32c76e
No known key found for this signature in database
GPG key ID: E60B63635FF4E062

View file

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