Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include architecture name for Raspberry Pi
  • Loading branch information
codyc1515 authored Feb 19, 2023
1 parent 2a684e9 commit cec2e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtl_433_mqtt_autodiscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Follow these steps to run just the autodiscovery script in a dedicated container
docker run -e MQTT_HOST=mqtt.example.com -e MQTT_USERNAME=username -e MQTT_PASSWORD=password ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-amd64
```

Replace `amd64` with your appropriate architecture.
Replace `amd64` with your appropriate architecture. For Raspberry Pi, this is `armhf`.

Using docker-compose:

Expand All @@ -123,7 +123,7 @@ version: '3'
services:
rtl_433_autodiscovery:
container_name: rtl_433_autodiscovery
image: ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-amd64
image: ghcr.io/pbkhrv/rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-amd64 # On Raspberry Pi use: rtl_433-hass-addons-rtl_433_mqtt_autodiscovery-armhf
environment:
- MQTT_HOST=mqtt.example.com
- MQTT_USERNAME=username
Expand Down

0 comments on commit cec2e87

Please sign in to comment.