From 1b182c7cfce631cc6f48298d1c9eda52332776d3 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 24 Feb 2023 15:48:16 -0800 Subject: [PATCH] Fix image URL. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 862cf7c..e554753 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ send a wake-on-LAN packet to. It expects plain TCP requests, not HTTP. ```bash $ sudo docker run --detach --name wake-on-lan-service --host network \ --env PORT=18888 - witten/wake-on-lan-service + projects.torsion.org/witten/wake-on-lan-service ``` Or, with Docker Compose: @@ -48,7 +48,7 @@ Or, with Docker Compose: ```yaml services: wake-on-lan-service: - image: witten/wake-on-lan-service + image: projects.torsion.org/witten/wake-on-lan-service restart: always network_mode: host environment: