Skip to content

Commit

Permalink
Update Caddyfile and Docker Compose to support HTTP3 (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rusnl authored Nov 30, 2024
1 parent f9723c9 commit e52d352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infrastructure_files/getting-started-with-zitadel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ renderCaddyfile() {
{
debug
servers :80,:443 {
protocols h1 h2c
protocols h1 h2c h3
}
}
Expand Down Expand Up @@ -788,6 +788,7 @@ services:
networks: [ netbird ]
ports:
- '443:443'
- '443:443/udp'
- '80:80'
- '8080:8080'
volumes:
Expand Down

0 comments on commit e52d352

Please sign in to comment.