We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a343e7 commit 1cb1d78Copy full SHA for 1cb1d78
compose.yaml
@@ -57,7 +57,6 @@ services:
57
condition: service_started
58
ports:
59
- ${CADDY_HTTP_PORT:?}:80
60
- - ${CADDY_HTTPS_PORT:?}:443
61
environment:
62
CADDY_AUTO_HTTPS: $CADDY_AUTO_HTTPS
63
volumes:
example.env
@@ -10,5 +10,4 @@ PGRST_AUTHENTICATOR_PASS=pass
10
11
# Caddy
12
CADDY_HTTP_PORT=8000
13
-CADDY_HTTPS_PORT=443
14
CADDY_AUTO_HTTPS=off
0 commit comments