Update README.md

Fixed typo in docker script
This commit is contained in:
hgeorg
2021-05-25 23:37:35 +02:00
committed by GitHub
parent b3f2c25721
commit 25e8b3f24f

View File

@@ -161,7 +161,7 @@ pi@raspberrypi:~ $ docker run \
--volume=$PWD:/ha-bridge/data \
--volume=/etc/localtime:/etc/localtime:ro \
--volume=/etc/timezone:/etc/timezone:ro \
habridge/ha-bridge-raspberry-pi3 \
habridge/ha-bridge-raspberrypi3 \
-Dserver.port=8080 \
-Dsecurity.key=secret
```