From 9d01b6100af7d97e340223a9f9feeb41c7d9d0b8 Mon Sep 17 00:00:00 2001 From: Nicco Date: Thu, 24 Jan 2019 21:41:53 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98c4236..612df85 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ This container is an adapted version of [this](https://gist.github.com/benkulber 1. Get yout api token [here](https://dash.cloudflare.com/) (Top right -> My Profile -> Scroll Down -> Global Api Key) -2. Create an `.env` file: +2. Create the wanted DNS record (e.g. `some.example.com`). The script can only update it, now create it. + +3. Create an `.env` file: ```bash EMAIL=my@mail.com @@ -14,7 +16,7 @@ ZONE=example.org DNS_RECORD=some.example.org ``` -3. Run the container +4. Run the container ```bash docker run -d --name ddns --restart always --env-file .env cupcakearmy/ddns-cloudflare