Skip to content

Commit 5a0b375

Browse files
t3chn0m4g3claude
andcommitted
docs: mention the --host default (127.0.0.1) in the local development section
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 parent c58ff88 commit 5a0b375

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ python3 AttackMapServer.py --demo # deterministic synthetic events
2929
```
3030
Demo flags: `--demo-seed N` (default 42), `--demo-rate R` (events/s, default 2),
3131
`--demo-burst N`, `--demo-scenario basic|antimeridian|single-location|flood`.
32+
The server listens on `127.0.0.1` by default (`--host`); the T-Pot container starts it
33+
with `--host 0.0.0.0` explicitly so nginx can reach it on the docker network.
3234
Demo mode is **CLI-only, never a default and never enabled via environment variable**; every
3335
demo message carries `demo: true` and the UI shows a DEMO DATA badge. Never run demo mode in
3436
production.

0 commit comments

Comments
 (0)