remove dns api token
This commit is contained in:
parent
ac221062ea
commit
98b3b09ae5
2 changed files with 2 additions and 1 deletions
1
traefik/.env.example
Normal file
1
traefik/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
|||
CF_DNS_API_TOKEN=your_cloudflare_dns_token_here
|
||||
|
|
@ -7,7 +7,7 @@ services:
|
|||
- "80:80"
|
||||
- "443:443"
|
||||
environment:
|
||||
- CF_DNS_API_TOKEN=cfut_t2nJ8mVi03MwcOgtWuW6fBblAAHGZO9CKLCorxh692dfbb33
|
||||
- CF_DNS_API_TOKEN=${CF_DNS_API_TOKEN}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./traefik.yml:/traefik.yml:ro
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue