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_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…
Cancel
Save