Skip to content

Commit 215d32c

Browse files
committed
Use Docker's builtin tini process, to run as PID 1 and handle SIGTERMs/SIGINTs
Fixes iv-org#20
1 parent 52097ac commit 215d32c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
# image: quay.io/invidious/inv-sig-helper:latest
8+
init: true
89
command: ["--tcp", "127.0.0.1:12999"]
910
ports:
1011
- 127.0.0.1:12999:12999

0 commit comments

Comments
 (0)