mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-11-16 21:45:25 +00:00
Update README.md
This commit is contained in:
parent
66661e7922
commit
69ced23f31
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ Pick one of the options below using the following settings:
|
|||
|
||||
```
|
||||
$ docker pull tunix/digitalocean-dyndns
|
||||
$ docker run -d --name dyndns -e DIGITALOCEAN_TOKEN="your_token_here" -e DOMAIN="yourdomain.com" -e NAME="subdomain" -e SLEEP_INTERVAL=2 tunix/digitalocean-dyndns
|
||||
$ docker run -d --name dyndns \
|
||||
-e DIGITALOCEAN_TOKEN="your_token_here" \
|
||||
-e DOMAIN="yourdomain.com" \
|
||||
-e NAME="subdomain" \
|
||||
-e SLEEP_INTERVAL=2 \
|
||||
tunix/digitalocean-dyndns
|
||||
```
|
||||
|
||||
### Manual
|
||||
|
|
Loading…
Reference in a new issue