web-ssl: use default http(s) ports

remotes/origin/pgsql-count-bits-12
Andrew Dolgov 5 years ago
parent c599bd2fcc
commit 1e817438c3

@ -6,4 +6,3 @@ OWNER_GID=1000
HTTP_HOST=localhost
HTTP_PORT=8280
HTTPS_PORT=443

@ -52,8 +52,8 @@ services:
# - CADDYPATH=/certs
# - HTTP_HOST=${HTTP_HOST}
# ports:
# - ${HTTP_PORT}:80
# - ${HTTPS_PORT}:443
# - 80:80
# - 443:443
# volumes:
# - app:/var/www/html:ro
# - certs:/certs

Loading…
Cancel
Save