Skip to content

Commit

Permalink
Merge pull request #14 from keriati/master
Browse files Browse the repository at this point in the history
Thanks for the quick PR!
  • Loading branch information
SlothCroissant authored Oct 15, 2022
2 parents f7f15fa + 208944d commit d5318f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Few things to note:
* Zone / Zone / Read
* Zone / DNS / Edit
2. You should add the following to your Caddyfile as the [tls directive](https://caddyserver.com/docs/caddyfile/directives/tls#tls). Note that I haven't figured out why the using `{env.CLOUDFLARE_EMAIL}` for the email address didn't work, so for now I've got it manually declared:
2. You should add the following to your Caddyfile as the [tls directive](https://caddyserver.com/docs/caddyfile/directives/tls#tls).
```
tls [email protected] {
dns cloudflare {env.CLOUDFLARE_API_TOKEN}
tls {$CLOUDFLARE_EMAIL} {
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
```
3. This image now supports tagging! [See available tags here](https://hub.docker.com/r/slothcroissant/caddy-cloudflaredns/tags). To select a specific version of `caddy`, set your [Docker image tag](https://docs.docker.com/engine/reference/run/#imagetag) to the caddy version you'd like to use.
Example: `slothcroissant/caddy-cloudflaredns:2.4.3`
Example: `slothcroissant/caddy-cloudflaredns:2.4.3`

0 comments on commit d5318f0

Please sign in to comment.