From b5df705b8714d65e30a9834520742b34b302da00 Mon Sep 17 00:00:00 2001 From: Yellowcooln <12516003+yellowcooln@users.noreply.github.com> Date: Thu, 28 May 2026 14:40:23 -0400 Subject: [PATCH] docs: clarify docker setup config steps --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c6162f..91c4b58 100644 --- a/README.md +++ b/README.md @@ -363,7 +363,9 @@ cp ./config.yaml.example ./config/config.yaml sudo bash ./setup-radio-config.sh ./config ``` -3. Modify `./config/config.yaml` with a unique web UI password. This allows you to bypass the `/setup` page when logging for the first time. You can find the value under `repeater.security.admin_password`. Change to _anything_ besides the default of `admin123`. +3. Review `./config/config.yaml` before first start. You can preconfigure the + radio, location, and web UI password there, or leave first-run setup to the + web interface. 4. Configure the [docker compose](./docker-compose.yml) to your specific hardware and file paths. Be sure to comment-out or delete lines that aren't required for your hardware. Please note that your hardware devices might be at a different path than those listed in the docker compose file. @@ -375,8 +377,8 @@ sudo chown -R 15888:15888 ./config ./data ``` 6. If you are using SPI/GPIO hardware, make sure the `GPIO_GID` and `SPI_GID` - values match the numeric group IDs on your host. The compose file defaults - to `GPIO_GID=986` and `SPI_GID=989`. + values match the numeric group IDs on your host. These IDs can vary by OS + image, so check the host before starting the container. ```bash getent group gpio