Fix image URL.

This commit is contained in:
Dan Helfman 2023-02-24 15:48:16 -08:00
parent d98198d71d
commit 1b182c7cfc
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ send a wake-on-LAN packet to. It expects plain TCP requests, not HTTP.
```bash ```bash
$ sudo docker run --detach --name wake-on-lan-service --host network \ $ sudo docker run --detach --name wake-on-lan-service --host network \
--env PORT=18888 --env PORT=18888
witten/wake-on-lan-service projects.torsion.org/witten/wake-on-lan-service
``` ```
Or, with Docker Compose: Or, with Docker Compose:
@ -48,7 +48,7 @@ Or, with Docker Compose:
```yaml ```yaml
services: services:
wake-on-lan-service: wake-on-lan-service:
image: witten/wake-on-lan-service image: projects.torsion.org/witten/wake-on-lan-service
restart: always restart: always
network_mode: host network_mode: host
environment: environment: