first commit
This commit is contained in:
18
phpdocker/php-fpm/Dockerfile
Executable file
18
phpdocker/php-fpm/Dockerfile
Executable file
@@ -0,0 +1,18 @@
|
||||
FROM phpdockerio/php:8.3-fpm
|
||||
WORKDIR "/phanta-track"
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
php8.3-bcmath \
|
||||
php8.3-bz2 \
|
||||
php8.3-cgi \
|
||||
php8.3-decimal \
|
||||
php8.3-gd \
|
||||
php8.3-mcrypt \
|
||||
php8.3-msgpack \
|
||||
php8.3-mysql \
|
||||
php8.3-protobuf \
|
||||
php8.3-tidy \
|
||||
php8.3-uuid \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
||||
0
phpdocker/php-fpm/Dockerfile:Zone.Identifier
Executable file
0
phpdocker/php-fpm/Dockerfile:Zone.Identifier
Executable file
2
phpdocker/php-fpm/php-ini-overrides.ini
Executable file
2
phpdocker/php-fpm/php-ini-overrides.ini
Executable file
@@ -0,0 +1,2 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 108M
|
||||
0
phpdocker/php-fpm/php-ini-overrides.ini:Zone.Identifier
Executable file
0
phpdocker/php-fpm/php-ini-overrides.ini:Zone.Identifier
Executable file
Reference in New Issue
Block a user