We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab1308 commit e033f95Copy full SHA for e033f95
compose.yaml
@@ -20,16 +20,16 @@ services:
20
- caddy_data:/data
21
- caddy_config:/config
22
ports:
23
- # HTTP
24
- - target: 80
+ - name: http
+ target: 80
25
published: ${HTTP_PORT:-80}
26
protocol: tcp
27
- # HTTPS
28
- - target: 443
+ - name: https
+ target: 443
29
published: ${HTTPS_PORT:-443}
30
31
- # HTTP/3
32
+ - name: http3
33
published: ${HTTP3_PORT:-443}
34
protocol: udp
35
0 commit comments