updated database service

This commit is contained in:
2026-06-22 19:53:14 +07:00
parent 2eedd58f29
commit d37c125893
4 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -28,10 +28,9 @@ RUN apk add --no-cache \
unzip \
git \
oniguruma-dev \
postgresql-dev \
$PHPIZE_DEPS \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install pdo pdo_pgsql mbstring zip exif pcntl gd opcache
&& docker-php-ext-install pdo pdo_mysql mbstring zip exif pcntl gd opcache
COPY docker/opcache.ini /usr/local/etc/php/conf.d/opcache.ini