add ssl + mount ports.conf volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user