File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ docker pull seanauff/wol-proxy:[tag]
3535Start the container with all default environment variables:
3636
3737``` shell
38- docker run -d --net=host --name=metermon seanauff/wol-proxy:[tag]
38+ docker run -d --net=host --name=WOL-proxy seanauff/wol-proxy:[tag]
3939```
4040
4141Start the container with modified environment variables:
4242
4343``` shell
44- docker run -d --net=host --name=metermon -e MQTT_BROKER_HOST=[host] -e WOL_BROADCAST_ADDR=[broadcast] seanauff/wol-proxy:[tag]
44+ docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=[host] -e WOL_BROADCAST_ADDR=[broadcast] seanauff/wol-proxy:[tag]
4545```
4646
4747* Note:* Container needs to run with host networking in order to send the broadcast packets correctly!
You can’t perform that action at this time.
0 commit comments