Initial upload, docker environment
This commit is contained in:
8
phpdocker/php-fpm/Dockerfile
Normal file
8
phpdocker/php-fpm/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM phpdockerio/php:8.2-fpm
|
||||
WORKDIR "/docker"
|
||||
|
||||
RUN apt-get update; \
|
||||
apt-get -y --no-install-recommends install \
|
||||
php8.2-pgsql; \
|
||||
apt-get clean; \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
|
2
phpdocker/php-fpm/php-ini-overrides.ini
Normal file
2
phpdocker/php-fpm/php-ini-overrides.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 108M
|
Reference in New Issue
Block a user