diff --git a/testing/docker/entrypoint.sh b/testing/docker/entrypoint.sh index 9b892ca..c98b9e1 100644 --- a/testing/docker/entrypoint.sh +++ b/testing/docker/entrypoint.sh @@ -24,7 +24,7 @@ start_dnsmasq() { start_services() { /usr/sbin/sshd iperf3 -s -D - python3 -m http.server 80 -d /root -b :: &>/dev/null & + python3 -m http.server 8000 -d /root -b :: &>/dev/null & } # ── Chaos: TCP ECN + ethernet wait ──────────────────────────────────────