1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-04 00:33:37 +00:00

Update README.md

This commit is contained in:
Alper Kanat 2016-01-23 22:20:28 +02:00
parent 66661e7922
commit 69ced23f31

View file

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