fix: change default bind to be localhost

This commit is contained in:
2026-05-26 20:15:26 +00:00
parent de02c29fc9
commit af6d70fe6e
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ FROM oven/bun:1.3.11-alpine AS runner
WORKDIR /app/dist
ENV NODE_ENV=production
ENV HOST=0.0.0.0
ENV HOST=localhost
ENV PORT=3000
ENV DATABASE_PATH=/data/excalidraw.sqlite