Moved to :8080 by default

master
Keith Irwin 2022-09-06 21:11:53 -06:00
parent 01226aab18
commit dea70fe2e1
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ RUN apt-get install --yes sudo apache2 openssl wireguard-tools dnsutils
COPY apache2.conf /etc/apache2/sites-available/000-default.conf
RUN a2enmod cgi rewrite
RUN echo "www-data ALL=(ALL:ALL) NOPASSWD: ALL" | sudo EDITOR='tee -a' visudo
EXPOSE 80
EXPOSE 8080
CMD ["apachectl", "-D", "FOREGROUND"]