chore: bind to all available interfaces
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Viktor Varland 2025-09-30 12:28:21 +02:00
parent 2c1a0c8037
commit ed7236d491
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -54,7 +54,7 @@ COPY <<-EOT /data/config.json
"out_dir": "/data/vids",
"http_api": {
"enable": true,
"listen": "127.0.0.1:6901",
"listen": "0.0.0.0:6901",
"auth_token_file": "/run/secrets/subsyt-token",
"queue_file": "/data/api-queue.json"
},