Skip to content

Commit 76c7180

Browse files
fix(traefik-3): Fixed yaml -> yml
1 parent 5cee30a commit 76c7180

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ chmod 600 acme.json
139139

140140
```bash
141141
touch traefik.yml
142-
nano traefik.yaml
142+
nano traefik.yml
143143
```
144144

145145
`traefik.yml` contents:
@@ -346,7 +346,7 @@ In `docker-compose.yaml`
346346
...
347347
```
348348

349-
in `traefik.yaml
349+
in `traefik.yml
350350

351351
```yaml
352352
...
@@ -528,7 +528,7 @@ certificatesResolvers:
528528
- "1.0.0.1:53"
529529
```
530530

531-
`config.yaml`
531+
`config.yml`
532532

533533
```yaml
534534
http:

0 commit comments

Comments
 (0)