Compare commits
4 commits
a162f8fb56
...
29135b013c
Author | SHA1 | Date | |
---|---|---|---|
29135b013c | |||
a96c470259 | |||
0376a78f55 | |||
3a66289347 |
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:8.0-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 24.0.1
|
||||
ENV NEXTCLOUD_VERSION 24.0.4
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=8
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
opcache.revalidate_freq=60
|
||||
|
||||
memory_limit = 1G
|
||||
apc.enable_cli=1
|
||||
|
|
Loading…
Reference in a new issue