Skip to content

Commit 1cb1d78

Browse files
committed
Remove setting CADDY_HTTPS_PORT
1 parent 6a343e7 commit 1cb1d78

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ services:
5757
condition: service_started
5858
ports:
5959
- ${CADDY_HTTP_PORT:?}:80
60-
- ${CADDY_HTTPS_PORT:?}:443
6160
environment:
6261
CADDY_AUTO_HTTPS: $CADDY_AUTO_HTTPS
6362
volumes:

example.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ PGRST_AUTHENTICATOR_PASS=pass
1010

1111
# Caddy
1212
CADDY_HTTP_PORT=8000
13-
CADDY_HTTPS_PORT=443
1413
CADDY_AUTO_HTTPS=off

0 commit comments

Comments
 (0)