Change ports

This commit is contained in:
2025-04-20 21:37:17 +02:00
parent 4bcab2724a
commit 4885f746f6
2 changed files with 14 additions and 13 deletions

View File

@@ -18,19 +18,7 @@ services:
volumes:
- caddy_data:/data
- caddy_config:/config
ports:
# HTTP
- target: 80
published: ${HTTP_PORT:-80}
protocol: tcp
# HTTPS
- target: 443
published: ${HTTPS_PORT:-443}
protocol: tcp
# HTTP/3
- target: 443
published: ${HTTP3_PORT:-443}
protocol: udp
# Mercure is installed as a Caddy module, prevent the Flex recipe from installing another service
###> symfony/mercure-bundle ###