Update docker.markdown

This commit is contained in:
Pascal Vizeli 2019-08-09 08:56:38 +02:00 committed by GitHub
parent a962ed8925
commit 77197e6e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ In order to use Z-Wave, Zigbee or other integrations that require access to devi
```bash
$ docker run --init -d --name="home-assistant" -v /PATH_TO_YOUR_CONFIG:/config \
-e TZ=Australia/Melbourne --device /dev/ttyUSB0:/dev/ttyUSB0 \
-e "TZ=Australia/Melbourne" --device /dev/ttyUSB0:/dev/ttyUSB0 \
--net=host homeassistant/home-assistant
```