We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467a336 commit ece95c8Copy full SHA for ece95c8
_posts/2024-04-30-traefik-3-docker-certificates.md
@@ -87,7 +87,8 @@ services:
87
- proxy
88
ports:
89
- 80:80
90
- - 443:443/tcp
+ - 443:443
91
+ # - 443:443/tcp # Uncomment if you want HTTP3
92
# - 443:443/udp # Uncomment if you want HTTP3
93
environment:
94
CF_DNS_API_TOKEN_FILE: /run/secrets/cf_api_token # note using _FILE for docker secrets
@@ -449,7 +450,8 @@ services:
449
450
451
452
453
454
455
456
457
0 commit comments