Skip to content

Commit

Permalink
Updating cloudflare variables in the traefik docker-compose file (#285)
Browse files Browse the repository at this point in the history
* updating cloudflare variables in the traefik docker-compose file

* token -> Token
  • Loading branch information
bmyoungquist authored Jan 10, 2024
1 parent 177a4c4 commit 6f9fedc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ services:
- 80:80
- 443:443
environment:
- [email protected]
- CF_DNS_API_TOKEN=YOUR_API_TOKEN
# If you choose to use an API Key instead of a Token, specify your email as well
# - [email protected]
# - CF_API_KEY=YOUR_API_KEY
# be sure to use the correct one depending on if you are using a token or key
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit 6f9fedc

Please sign in to comment.