From 68d4af54b15adce53e3d823dd9e3668cbedf842b Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 23 Jul 2020 12:59:48 +0200 Subject: [PATCH] finished --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6388c3..dcd020f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ Click create token. You can then use the Edit DNS Zone template. Give it a name. ![Settings](https://i.imgur.com/dLs8PHs.png) -2. Create the wanted DNS record (e.g. `some.example.com`). The script can only update it, not create it. - -3. Create an `.env` file: +2. Create an `.env` file: ```bash EMAIL=my@mail.com @@ -25,7 +23,7 @@ ZONE=example.org DNS_RECORD=some.example.org ``` -4. Run the container +3. Run the container ```bash docker run -d --name ddns --restart always --env-file .env cupcakearmy/ddns-cloudflare