Обновить Dockerfile

port 8484
This commit is contained in:
2026-04-01 07:18:15 +00:00
parent 25aa5659bf
commit d3f4bb9a11

View File

@@ -1,4 +1,3 @@
FROM python:3.11-slim FROM python:3.11-slim
WORKDIR /app WORKDIR /app
@@ -17,6 +16,6 @@ RUN chown -R appuser:appuser /app
USER appuser USER appuser
EXPOSE 8084 EXPOSE 8484
CMD ["python", "main.py", "--enable-gui", "--port", "8084", "--password", "admin"] CMD ["python", "main.py", "--enable-gui", "--port", "8484", "--password", "admin"]