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
}
:8443 {
:443 {
tls /certs/soteria.crt /certs/soteria.key {
protocols tls1.3
client_auth {

View File

@@ -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