Skip to content

Commit b962fa7

Browse files
committed
use ghcr.io
1 parent 8dfa361 commit b962fa7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ WOL-proxy will report its status on the `[MQTT_TOPIC_PREFIX]/status` topic via r
2929
Pull 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

3535
Start 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

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

docker-compose-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2"
22
services:
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:

0 commit comments

Comments
 (0)