We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55790d commit 0249fcaCopy full SHA for 0249fca
_posts/2024-04-30-traefik-3-docker-certificates.md
@@ -184,17 +184,17 @@ certificatesResolvers:
184
- "1.0.0.1:53"
185
```
186
187
-### Cloudflare API Token Secret
+### Create Docker Network
188
189
```bash
190
-touch cf_api_token.txt
191
-nano cf_api_token.txt
+docker network create proxy
192
193
194
-### Create Docker Network
+### Cloudflare API Token Secret
195
196
197
-docker network create proxy
+touch cf_api_token.txt
+nano cf_api_token.txt
198
199
200
Paste your token into file from Cloudflare
0 commit comments