changed default port

This commit is contained in:
John Lancaster
2025-12-28 16:04:43 -06:00
parent 13444c5ceb
commit 0584fb4865
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
debug debug
} }
:8443 { :443 {
tls /certs/soteria.crt /certs/soteria.key { tls /certs/soteria.crt /certs/soteria.key {
protocols tls1.3 protocols tls1.3
client_auth { client_auth {

View File

@@ -11,7 +11,7 @@ services:
image: caddy:alpine image: caddy:alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8443:8443" - "443:443"
volumes: volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro - ./Caddyfile:/etc/caddy/Caddyfile:ro
- ./certs/soteria.crt:/certs/soteria.crt:ro - ./certs/soteria.crt:/certs/soteria.crt:ro