File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ WOL-proxy will report its status on the `[MQTT_TOPIC_PREFIX]/status` topic via r
2929Pull the image. The ` latest ` tag has multiarch support, so it should pull the correct image for your system.
3030
3131``` shell
32- docker pull seanauff/wol-proxy
32+ docker pull ghcr.io/ seanauff/wol-proxy
3333```
3434
3535Start the container with all default environment variables:
3636
3737``` shell
38- docker run -d --net=host --name=WOL-proxy seanauff/wol-proxy
38+ docker run -d --net=host --name=WOL-proxy ghcr.io/ seanauff/wol-proxy
3939```
4040
4141Start the container with modified environment variables:
4242
4343``` shell
44- docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=< host> -e WOL_BROADCAST_ADDR=< broadcast> seanauff/wol-proxy
44+ docker run -d --net=host --name=WOL-proxy -e MQTT_BROKER_HOST=< host> -e WOL_BROADCAST_ADDR=< broadcast> ghcr.io/ seanauff/wol-proxy
4545```
4646
4747* Note:* Container needs to run with host networking in order to send the broadcast packets correctly!
Original file line number Diff line number Diff line change 11version : " 2"
22services :
33 wol-proxy :
4- image : seanauff/wol-proxy:arm
4+ image : ghcr.io/ seanauff/wol-proxy:latest
55 container_name : wol-proxy
66 network_mode : host
77 environment :
You can’t perform that action at this time.
0 commit comments