Skip to content

Commit 998846d

Browse files
fix(traefik-3): yaml spacing
1 parent 76c7180 commit 998846d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
networks:
8585
- proxy
8686
ports:
87-
- 80:80
87+
- 80:80
8888
- 443:443/tcp
8989
# - 443:443/udp # Uncomment if you want HTTP3
9090
environment:
@@ -446,7 +446,7 @@ services:
446446
networks:
447447
- proxy
448448
ports:
449-
- 80:80
449+
- 80:80
450450
- 443:443/tcp
451451
# - 443:443/udp # Uncomment if you want HTTP3
452452
environment:

0 commit comments

Comments
 (0)