From b1348e71333f38b6f44440b1837271260922aba2 Mon Sep 17 00:00:00 2001 From: Tine Jozelj Date: Tue, 18 Jul 2023 13:26:42 +0200 Subject: [PATCH] docs: fix image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ee4bf..de66ae3 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Pick one of the options below using the following settings: ### Docker (Recommended) ``` -$ docker pull tunix/digitalocean-dyndns +$ docker pull code.tjo.space/mentos1386/digitalocean-dyndns:main $ docker run -d --name dyndns \ -e DIGITALOCEAN_TOKEN="your_token_here" \ -e DOMAIN="yourdomain.com" \ -e NAME="subdomain" \ -e SLEEP_INTERVAL=2 \ -e REMOVE_DUPLICATES="true" \ - tunix/digitalocean-dyndns + code.tjo.space/mentos1386/digitalocean-dyndns:main ``` ### Manual