Skip to content

Commit fc1ca03

Browse files
authored
change name of container in start scripts
1 parent eb98181 commit fc1ca03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ docker pull seanauff/wol-proxy:[tag]
3535
Start 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

4141
Start 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!

0 commit comments

Comments
 (0)