web-ssl: use default http(s) ports
This commit is contained in:
parent
c599bd2fcc
commit
1e817438c3
1
.env
1
.env
|
@ -6,4 +6,3 @@ OWNER_GID=1000
|
||||||
|
|
||||||
HTTP_HOST=localhost
|
HTTP_HOST=localhost
|
||||||
HTTP_PORT=8280
|
HTTP_PORT=8280
|
||||||
HTTPS_PORT=443
|
|
|
@ -52,8 +52,8 @@ services:
|
||||||
# - CADDYPATH=/certs
|
# - CADDYPATH=/certs
|
||||||
# - HTTP_HOST=${HTTP_HOST}
|
# - HTTP_HOST=${HTTP_HOST}
|
||||||
# ports:
|
# ports:
|
||||||
# - ${HTTP_PORT}:80
|
# - 80:80
|
||||||
# - ${HTTPS_PORT}:443
|
# - 443:443
|
||||||
# volumes:
|
# volumes:
|
||||||
# - app:/var/www/html:ro
|
# - app:/var/www/html:ro
|
||||||
# - certs:/certs
|
# - certs:/certs
|
||||||
|
|
Loading…
Reference in New Issue