From 3053c62fa85dc278260db5b74b3c517007fe7e7b Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sun, 21 Nov 2021 17:41:00 +0500 Subject: [PATCH] Update README about Docker registry. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f74b48..1d74fbf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Head over releases page, grab your binary and configure your system to start bin Compose a configuration file (read below) and add this to your cron: ```shell -docker run --rm -v ./config.yaml:/periodicator.yaml registry.gitlab.pztrn.name/pztrn/periodicator:latest +docker run --rm -v ./config.yaml:/periodicator.yaml pztrn/periodicator:latest ``` ## Configuring