changed default port
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user