aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose.yaml1
1 files changed, 1 insertions, 0 deletions
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:
5 context: . 5 context: .
6 dockerfile: Dockerfile 6 dockerfile: Dockerfile
7 # image: quay.io/invidious/inv-sig-helper:latest 7 # image: quay.io/invidious/inv-sig-helper:latest
8 init: true
8 command: ["--tcp", "127.0.0.1:12999"] 9 command: ["--tcp", "127.0.0.1:12999"]
9 ports: 10 ports:
10 - 127.0.0.1:12999:12999 11 - 127.0.0.1:12999:12999