changed default port
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
debug
|
||||
}
|
||||
|
||||
:8443 {
|
||||
:443 {
|
||||
tls /certs/soteria.crt /certs/soteria.key {
|
||||
protocols tls1.3
|
||||
client_auth {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user