Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trizz authored Oct 2, 2018
1 parent 48e3d52 commit 145b6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ in the docker container, or run the container with the `--privileged` flag (not
```
docker run -d \
--device=/dev/ttyUSB0 \
--e DSMR_USB_PORT=/dev/ttyUSB0 \
--e DSMR_API_URL=https://<YOUR_DSMR_HOST>/api/v1/datalogger/dsmrreading \
--e DSMR_API_KEY=<YOUR_API_KEY> \
-e DSMR_USB_PORT=/dev/ttyUSB0 \
-e DSMR_API_URL=https://<YOUR_DSMR_HOST>/api/v1/datalogger/dsmrreading \
-e DSMR_API_KEY=<YOUR_API_KEY> \
trizz/dsmr-remote-datalogger:latest
```

0 comments on commit 145b6c7

Please sign in to comment.