Skip to content

Commit

Permalink
captive http is on :2080
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 17, 2024
1 parent f95362c commit b0edbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offspot_demo/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def prepare_for(deployment: Deployment, *, force: bool) -> int:
"ghcr.io/offspot/captive-portal:"
):
service["ports"] = [
f"{deployment.captive_http_port}:80",
f"{deployment.captive_http_port}:2080",
]

# allow none to be privileged ; breaks hwclock but it's OK
Expand Down

0 comments on commit b0edbec

Please sign in to comment.