From b7ccb5529d75e12815f9884796a111c8db1e04d4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 28 May 2024 11:40:59 +0300 Subject: [PATCH] 443 is the default for HTTPS --- Using-Docker-Compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-Docker-Compose.md b/Using-Docker-Compose.md index 8385244..9d91903 100644 --- a/Using-Docker-Compose.md +++ b/Using-Docker-Compose.md @@ -40,7 +40,7 @@ services: In the same directory, create the `Caddyfile` below. (This file does not need to be modified.) ``` -{$DOMAIN}:443 { +{$DOMAIN} { log { level INFO output file {$LOG_FILE} { @@ -120,7 +120,7 @@ The stock Caddy builds (including the one in the Docker image) don't include the In the same directory, create the `Caddyfile` below. (This file does not need to be modified.) ``` -{$DOMAIN}:443 { +{$DOMAIN} { log { level INFO output file {$LOG_FILE} {