tambah trust proxy

This commit is contained in:
Saufi
2026-06-16 20:06:05 +08:00
parent 9d4717eb45
commit 61f6e3a587
13 changed files with 108 additions and 153 deletions

View File

@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
&& docker-php-ext-install pdo_mysql gd intl zip \
&& pecl install redis \
&& docker-php-ext-enable redis \
&& a2enmod rewrite headers \
&& a2enmod rewrite headers proxy proxy_http \
&& rm -rf /var/lib/apt/lists/*
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer