#tradewind:update
This commit is contained in:
parent
ddce943c33
commit
c29903b394
@ -8,7 +8,7 @@ server {
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
fastcgi_pass php7.4:9000;
|
||||
fastcgi_pass php74:9000;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
|
@ -27,9 +27,11 @@ RUN apt-get update && apt-get install -y \
|
||||
&& pecl install \
|
||||
redis \
|
||||
xdebug \
|
||||
mongodb \
|
||||
&& docker-php-ext-enable \
|
||||
redis \
|
||||
xdebug \
|
||||
mongodb \
|
||||
&& apt-get clean \
|
||||
&& apt-get autoclean
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user