Update dockerfile to remove forced HTTPS because we'll always run this behind a reverse proxy

This commit is contained in:
NH Gooi
2026-07-21 20:50:16 +02:00
parent 2b35391800
commit e5d22609f3
2 changed files with 1 additions and 27 deletions
+1 -2
View File
@@ -11,11 +11,10 @@ RUN apt-get update \
msmtp \
unzip \
git \
ssl-cert \
locales \
--no-install-recommends \
&& docker-php-ext-install pdo pdo_mysql mysqli xsl xml zip opcache \
&& a2enmod rewrite ssl proxy proxy_http headers \
&& a2enmod rewrite proxy proxy_http headers \
&& apt-get purge -y g++ \
&& apt-get autoremove -y \
&& rm -r /var/lib/apt/lists/*