+ laradock user in php-fpm

This commit is contained in:
WP Studio
2026-05-20 23:39:59 +03:00
parent 8bc630db06
commit 7cc01e5849
3 changed files with 15 additions and 1 deletions

View File

@ -4,6 +4,6 @@ FROM dimti/php:8.4
ARG PHP_VERSION=8.4
ENV PHP_VERSION ${PHP_VERSION}
RUN docker-php-ext-install ldap
RUN #docker-php-ext-install ldap
INCLUDE+ ./php.base.Dockerfile