Skip to content

Commit

Permalink
Use Docker's builtin tini process, to run as PID 1 and handle SIGTERM…
Browse files Browse the repository at this point in the history
…s/SIGINTs

Fixes #20
  • Loading branch information
techmetx11 committed Aug 17, 2024
1 parent 52097ac commit 215d32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 215d32c

Please sign in to comment.