Skip to content

Commit 73d6345

Browse files
fix(docs): Fixed traefik docs
1 parent 76111ba commit 73d6345

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference_files/traefik-portainer-ssl/traefik/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ services:
1414
- 443:443
1515
environment:
1616
17-
- CF_DNS_API_TOKEN=YOUR_API_KEY
17+
- CF_DNS_API_TOKEN=YOU_API_TOKEN
18+
# - CF_API_KEY=YOU_API_KEY
19+
# be sure to use the correct one depending on if you are using a token or key
1820
volumes:
1921
- /etc/localtime:/etc/localtime:ro
2022
- /var/run/docker.sock:/var/run/docker.sock:ro

0 commit comments

Comments
 (0)