diff --git a/Containerfile b/Containerfile index 893b14f..b9d4164 100644 --- a/Containerfile +++ b/Containerfile @@ -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" },