Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add CF env
  • Loading branch information
l4rm4nd authored Jan 13, 2024
1 parent 5bea12c commit 22d03fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ services:
- proxy
environment:
- TZ=Europe/Berlin
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this
- CF_DNS_API_TOKEN=MyCloudflareApiToken # change this if you use Cloudflare
- [email protected] # change this if you use Cloudflare
labels:
- traefik.enable=true
- traefik.http.routers.api.rule=Host(`traefik.example.com`) # Define the subdomain for the traefik dashboard.
Expand Down

0 comments on commit 22d03fd

Please sign in to comment.