Skip to content

Commit

Permalink
And have the app listen to that port
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 23, 2024
1 parent 23af56d commit 8c96df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile-monitor
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN uv sync --frozen --no-cache --extra lco-monitor

EXPOSE 80

CMD ["/app/.venv/bin/fastapi", "run", "src/lvmbeat/monitor.py", "--port", "8111", "--host", "0.0.0.0"]
CMD ["/app/.venv/bin/fastapi", "run", "src/lvmbeat/monitor.py", "--port", "80", "--host", "0.0.0.0"]

0 comments on commit 8c96df1

Please sign in to comment.