diff --git a/Dockerfile b/Dockerfile index f55c030aec..523b50e31f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ RUN chown -R node:node /app # This reduces the attack surface by preventing container escape via root privileges USER node -CMD ["node", "dist/index.js"] +CMD ["node", "dist/index.js", "gateway", "--allow-unconfigured", "--bind", "lan"]