remove https from docker compose
This commit is contained in:
parent
2b7f57eda2
commit
58637c0d86
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue