add ssl + mount ports.conf volume

This commit is contained in:
Kishan Takoordyal
2021-02-12 10:39:34 +04:00
parent 85bb24033c
commit e58f51703c
3 changed files with 13 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ RUN apt update && \
service apache2 start
# Enable Apache modules and restart apache
RUN a2enmod rewrite deflate proxy proxy_ajp proxy_http proxy_wstunnel && \
RUN a2enmod rewrite deflate headers proxy proxy_ajp proxy_http proxy_wstunnel ssl && \
service apache2 restart
EXPOSE 80/tcp