docs: fix image name
All checks were successful
ci / docker (push) Successful in 21s

This commit is contained in:
Tine Jozelj 2023-07-18 13:26:42 +02:00
parent ec6615cbb9
commit b1348e7133
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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