mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
Add image info, increase php limits
This commit is contained in:
parent
cb086c4708
commit
68d316cd86
5 changed files with 24 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM dunglas/frankenphp
|
||||
|
||||
# Copy php.ini
|
||||
COPY ./deploy/php.ini $PHP_INI_DIR/php.ini
|
||||
COPY ./deploy/php.ini $PHP_INI_DIR/php-app-config.ini
|
||||
|
||||
RUN apt update -y && apt install -y --no-install-recommends git nodejs npm
|
||||
COPY --from=composer:lts /usr/bin/composer /usr/bin/composer
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
upload_max_filesize = 80M
|
||||
post_max_filesize = 100M
|
||||
[php]
|
||||
upload_max_filesize = 100M
|
||||
post_max_filesize = 128M
|
||||
memory_limit = 1G
|
||||
max_execution_time = 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue