chore: 端口从 3000 改为 3721 避免冲突

This commit is contained in:
2026-03-02 01:07:45 +08:00
parent 7fd1005e03
commit ea49ce6081
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ RUN chmod +x docker-entrypoint.sh
RUN mkdir -p /app/data && chown nextjs:nodejs /app/data
USER nextjs
EXPOSE 3000
ENV PORT=3000
EXPOSE 3721
ENV PORT=3721
ENV HOSTNAME="0.0.0.0"
ENV DATABASE_URL="file:/app/data/prod.db"