Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTs
Fixes #20
This commit is contained in:
parent
52097ac1cc
commit
215d32c76e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue