Skip to content
Snippets Groups Projects
Commit 49045264 authored by Jonas Leder's avatar Jonas Leder
Browse files

disable file uploads in PHP

parent 00740f44
No related branches found
No related tags found
No related merge requests found
Pipeline #7074 failed
......@@ -21,6 +21,8 @@ RUN composer install
# | Install Webserver
# |--------------------------------------------------------------------------
FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest
ENV PHP_FILE_UPLOADS=Off
RUN apk update && \
apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache && \
rm /etc/nginx/http.d/default.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment