From c7b1d72de99a8a6328462d035e523a397f9e7e6d Mon Sep 17 00:00:00 2001 From: Ryan Machado Date: Tue, 24 Feb 2026 21:02:00 -0300 Subject: [PATCH] Simplify Docker user instructions in README Removed redundant tip about Docker Gateway host settings. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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