diff --git a/start.py b/start.py index e3f3a6e..05da961 100755 --- a/start.py +++ b/start.py @@ -6,7 +6,7 @@ import os import pwd -OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve"] +OCTOPRINT = ["/opt/octoprint/venv/bin/octoprint", "serve","--port","80"] def main():