From 0584fb48656b6e27dbd2b3edb93aaffdf5057def Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 28 Dec 2025 16:04:43 -0600 Subject: [PATCH] changed default port --- Caddyfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index 1e5ef9c..319e650 100644 --- a/Caddyfile +++ b/Caddyfile @@ -2,7 +2,7 @@ debug } -:8443 { +:443 { tls /certs/soteria.crt /certs/soteria.key { protocols tls1.3 client_auth { diff --git a/docker-compose.yml b/docker-compose.yml index 0edefa5..31ed0d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: image: caddy:alpine restart: unless-stopped ports: - - "8443:8443" + - "443:443" volumes: - ./Caddyfile:/etc/caddy/Caddyfile:ro - ./certs/soteria.crt:/certs/soteria.crt:ro