Skip to content

Commit 0249fca

Browse files
fix(post): Fixed docket network section
1 parent d55790d commit 0249fca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/2024-04-30-traefik-3-docker-certificates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,17 +184,17 @@ certificatesResolvers:
184184
- "1.0.0.1:53"
185185
```
186186
187-
### Cloudflare API Token Secret
187+
### Create Docker Network
188188
189189
```bash
190-
touch cf_api_token.txt
191-
nano cf_api_token.txt
190+
docker network create proxy
192191
```
193192

194-
### Create Docker Network
193+
### Cloudflare API Token Secret
195194

196195
```bash
197-
docker network create proxy
196+
touch cf_api_token.txt
197+
nano cf_api_token.txt
198198
```
199199

200200
Paste your token into file from Cloudflare

0 commit comments

Comments
 (0)