We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb98181 commit fc1ca03Copy full SHA for fc1ca03
1 file changed
README.md
@@ -35,13 +35,13 @@ docker pull seanauff/wol-proxy:[tag]
35
Start the container with all default environment variables:
36
37
```shell
38
-docker run -d --net=host --name=metermon seanauff/wol-proxy:[tag]
+docker run -d --net=host --name=WOL-proxy seanauff/wol-proxy:[tag]
39
```
40
41
Start the container with modified environment variables:
42
43
44
-docker run -d --net=host --name=metermon -e MQTT_BROKER_HOST=[host] -e WOL_BROADCAST_ADDR=[broadcast] seanauff/wol-proxy:[tag]
+docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=[host] -e WOL_BROADCAST_ADDR=[broadcast] seanauff/wol-proxy:[tag]
45
46
47
*Note:* Container needs to run with host networking in order to send the broadcast packets correctly!
0 commit comments