From 76e4d3f05da44f143ba3b45b699651d11a218617 Mon Sep 17 00:00:00 2001 From: Nicco Date: Tue, 22 Jan 2019 13:12:50 +0100 Subject: [PATCH] docs for getting the key --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16325d4..a13964b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ This container is an adapted version of [this](https://gist.github.com/benkulber ## Quickstart 🚀 -Create an `.env` file: +1. Get yout api token [here](https://dash.cloudflare.com/) (Top right -> My Profile -> Scroll Down -> Global Api Key) + +2. Create an `.env` file: ```bash EMAIL=my@mail.com @@ -12,7 +14,7 @@ ZONE=example.org DNS_RECORD=some.example.org ``` -Run the container +3. Run the container ```bash docker run -d --name ddns --restart always --env-file .env cupcakearmy/ddns-cloudflare @@ -33,4 +35,4 @@ git clone https://github.com/CupCakeArmy/docker-ddns-cloudflare.git cp .sample.env .env # Edit the .env file with your data docker-compose up -d -``` \ No newline at end of file +```