From 1325db3956c52e0135f26c3b37e8c1b2931c807c Mon Sep 17 00:00:00 2001 From: Iori Mizutani Date: Tue, 20 Jun 2023 16:43:32 +0200 Subject: [PATCH] docs: fix the link to docker image registory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d118c..08b86ca 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ UID=$(id -u) GID=$(id -g) docker compose up -d ## Build the image yourself -In case the [image](https://hub.docker.com/r/iomz/radicron/tags) is not available for your platform: +In case the [image](https://github.com/iomz/radicron/pkgs/container/radicron) is not available for your platform: ```console docker compose build