Sign inSign up

h5tec/wordpress

By h5tec

•Updated about 7 years ago

include php and apache2 settings

Image
0

980

h5tec/wordpress repository overview

⁠based on latest wordpress container
docker run --name wordpress -p 8080:80 -d wordpress
⁠added follow code to /etc/apache2/apache2.conf
IfModule mod_env.c>
  SetEnv HTTPS on
</IfModule>
⁠created /usr/local/etc/php/conf.d/wwwh5tec.ini
memory_limit = 256M
post_max_size = 32M
date.timezone = Europe/Berlin
upload_max_filesize = 32M
post_max_size = 32M
max_execution_time = 60
extension = apcu.so
extension = memcached.so
extension = redis.so
display_errors = off

Tag summary

Content type

Image

Digest

Size

166.7 MB

Last updated

about 7 years ago

docker pull h5tec/wordpress