remove https from docker compose

This commit is contained in:
Miroslav Šedivý 2020-01-22 21:50:05 +01:00
parent 2b7f57eda2
commit 58637c0d86

View file

@ -7,7 +7,6 @@ services:
restart: unless-stopped
ports:
- ${HTTP_PORT-80}:80
- ${HTTPS_PORT-443}:443
volumes:
- ${DATA-./data}:/var/www/html/data
mariadb: