From 4c72184b44785a777884dcd16bd7fdd8e3020acc Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sun, 20 Aug 2023 18:45:19 +0200 Subject: [PATCH] update link to docker image user was being redirected to the new url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7ea21..f93e8b7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Verify you have a working mox binary: Note: Mox only compiles for/works on unix systems, not on Plan 9 or Windows. You can also run mox with docker image `r.xmox.nl/mox`, with tags like `v0.0.1` -and `v0.0.1-go1.20.1-alpine3.17.2`, see https://r.xmox.nl/repo/mox/. See +and `v0.0.1-go1.20.1-alpine3.17.2`, see https://r.xmox.nl/r/mox/. See docker-compose.yml in this repository for instructions on starting. You must run docker with host networking, because mox needs to find your actual public IP's and get the remote IPs for incoming connections, not a local/internal NAT IP.