Skip to content

Commit ece95c8

Browse files
fix(traefik-3): fix http3 comment
1 parent 467a336 commit ece95c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ services:
8787
- proxy
8888
ports:
8989
- 80:80
90-
- 443:443/tcp
90+
- 443:443
91+
# - 443:443/tcp # Uncomment if you want HTTP3
9192
# - 443:443/udp # Uncomment if you want HTTP3
9293
environment:
9394
CF_DNS_API_TOKEN_FILE: /run/secrets/cf_api_token # note using _FILE for docker secrets
@@ -449,7 +450,8 @@ services:
449450
- proxy
450451
ports:
451452
- 80:80
452-
- 443:443/tcp
453+
- 443:443
454+
# - 443:443/tcp # Uncomment if you want HTTP3
453455
# - 443:443/udp # Uncomment if you want HTTP3
454456
environment:
455457
CF_DNS_API_TOKEN_FILE: /run/secrets/cf_api_token # note using _FILE for docker secrets

0 commit comments

Comments
 (0)