Skip to content

Commit 21538ee

Browse files
committed
chore: name ports in compose.yaml
1 parent dab1308 commit 21538ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

compose.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ services:
2020
- caddy_data:/data
2121
- caddy_config:/config
2222
ports:
23-
# HTTP
24-
- target: 80
23+
- name: HTTP
24+
target: 80
2525
published: ${HTTP_PORT:-80}
2626
protocol: tcp
27-
# HTTPS
28-
- target: 443
27+
- name: HTTPS
28+
target: 443
2929
published: ${HTTPS_PORT:-443}
3030
protocol: tcp
31-
# HTTP/3
32-
- target: 443
31+
- name: HTTP/3
32+
target: 443
3333
published: ${HTTP3_PORT:-443}
3434
protocol: udp
3535

0 commit comments

Comments
 (0)