Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Spyderfoo <[email protected]>
  • Loading branch information
neokyx authored Dec 17, 2024
1 parent 04c7e74 commit 889427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 30/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN { \
echo 'opcache.enable=1'; \
echo 'opcache.interned_strings_buffer=32'; \
echo 'opcache.max_accelerated_files=10000'; \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.memory_consumption=256'; \
echo 'opcache.save_comments=1'; \
echo 'opcache.revalidate_freq=60'; \
echo 'opcache.jit=1255'; \
Expand Down

0 comments on commit 889427d

Please sign in to comment.