diff --git a/README.md b/README.md index 2b770f215..84e490919 100644 --- a/README.md +++ b/README.md @@ -174,10 +174,6 @@ vim config/config.json # Set DISCORD_BOT_TOKEN, API keys, etc. # 3. Build & Start docker compose --profile gateway up -d -> [!TIP] -> **Docker Users**: By default, the Gateway listens on `127.0.0.1` which is not accessible from the host. If you need to access the health endpoints or expose ports, set `PICOCLAW_GATEWAY_HOST=0.0.0.0` in your environment or update `config.json`. - - # 4. Check logs docker compose logs -f picoclaw-gateway @@ -185,6 +181,9 @@ docker compose logs -f picoclaw-gateway docker compose --profile gateway down ``` +> [!TIP] +> **Docker Users**: By default, the Gateway listens on `127.0.0.1` which is not accessible from the host. If you need to access the health endpoints or expose ports, set `PICOCLAW_GATEWAY_HOST=0.0.0.0` in your environment or update `config.json`. + ### Agent Mode (One-shot) ```bash