Skip to content

Commit 8457706

Browse files
authored
Fix docker-compose typo in docs
1 parent 9d5c5ed commit 8457706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
teleinfo2mqtt:
3030
image: fmartinou/teleinfo2mqtt
3131
container_name: teleinfo2mqtt
32-
device:
32+
devices:
3333
- /dev/ttyUSB1:/dev/ttyUSB1
3434
environment:
3535
- SERIAL=/dev/ttyUSB1

docs/introduction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
teleinfo2mqtt:
2525
image: fmartinou/teleinfo2mqtt
2626
container_name: teleinfo2mqtt
27-
device:
27+
devices:
2828
- /dev/ttyUSB0:/dev/ttyUSB0 # Serial port device
2929
environment:
3030
- MQTT_URL=mqtt://my_mqtt_broker:1883 # MQTT broker url

0 commit comments

Comments
 (0)