Skip to content

Commit

Permalink
fix(post): Fixed docket network section
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Sep 30, 2024
1 parent d55790d commit 0249fca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _posts/2024-04-30-traefik-3-docker-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ certificatesResolvers:
- "1.0.0.1:53"
```
### Cloudflare API Token Secret
### Create Docker Network
```bash
touch cf_api_token.txt
nano cf_api_token.txt
docker network create proxy
```

### Create Docker Network
### Cloudflare API Token Secret

```bash
docker network create proxy
touch cf_api_token.txt
nano cf_api_token.txt
```

Paste your token into file from Cloudflare
Expand Down

0 comments on commit 0249fca

Please sign in to comment.