Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
69476f8a
Commit
69476f8a
authored
Feb 03, 2021
by
Dominik Hebeler
Browse files
fixed dockerfile
parent
9a9b216a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
69476f8a
...
...
@@ -55,8 +55,8 @@ RUN sed -i 's/;error_log = log\/php7\/error.log/error_log = \/dev\/stderr/g' /et
sed -i 's/;opcache.max_wasted_percentage=5/opcache.max_wasted_percentage=5/g' /etc/php7/php.ini && \
sed -i 's/;opcache.validate_timestamps=1/opcache.validate_timestamps=1/g' /etc/php7/php.ini && \
sed -i 's/;opcache.revalidate_freq=2/opcache.revalidate_freq=300/g' /etc/php7/php.ini && \
sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 30M/g' /etc/php
/7.4/fpm
/php.ini && \
sed -i 's/post_max_size = 8M/post_max_size = 30M/g' /etc/php
/7.4/fpm
/php.ini && \
sed -i 's/upload_max_filesize = 2M/upload_max_filesize = 30M/g' /etc/php
7
/php.ini && \
sed -i 's/post_max_size = 8M/post_max_size = 30M/g' /etc/php
7
/php.ini && \
echo "daemonize yes" >> /etc/redis.conf && \
ln -s /dev/null /var/log/nginx/access.log && \
ln -s /dev/stdout /var/log/nginx/error.log && \
...
...
Dominik Hebeler
@dominik
mentioned in commit
78260fac
·
Feb 03, 2021
mentioned in commit
78260fac
mentioned in commit 78260fac11a1264dedf85bb41dd6cb94d122dc71
Toggle commit list
Dominik Hebeler
@dominik
mentioned in merge request
!1821 (merged)
·
Feb 03, 2021
mentioned in merge request
!1821 (merged)
mentioned in merge request !1821
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment