This commit is contained in:
parent
ec6615cbb9
commit
b1348e7133
1 changed files with 2 additions and 2 deletions
|
@ -21,14 +21,14 @@ Pick one of the options below using the following settings:
|
||||||
### Docker (Recommended)
|
### Docker (Recommended)
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker pull tunix/digitalocean-dyndns
|
$ docker pull code.tjo.space/mentos1386/digitalocean-dyndns:main
|
||||||
$ docker run -d --name dyndns \
|
$ docker run -d --name dyndns \
|
||||||
-e DIGITALOCEAN_TOKEN="your_token_here" \
|
-e DIGITALOCEAN_TOKEN="your_token_here" \
|
||||||
-e DOMAIN="yourdomain.com" \
|
-e DOMAIN="yourdomain.com" \
|
||||||
-e NAME="subdomain" \
|
-e NAME="subdomain" \
|
||||||
-e SLEEP_INTERVAL=2 \
|
-e SLEEP_INTERVAL=2 \
|
||||||
-e REMOVE_DUPLICATES="true" \
|
-e REMOVE_DUPLICATES="true" \
|
||||||
tunix/digitalocean-dyndns
|
code.tjo.space/mentos1386/digitalocean-dyndns:main
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
Loading…
Reference in a new issue