https://hub.docker.com/r/extremeshok/nginx-pagespeed
Using a custom nginx build which always follows the latest official releases : https://github.com/extremeshok/docker-nginx
NGINX_DISABLE_GEOIP=no
NGINX_DISABLE_PAGESPEED=no
NGINX_DISABLE_PHP=no
NGINX_PHP_FPM_HOST=phpfpm
NGINX_PHP_FPM_PORT=8000
NGINX_DOMAINS=${NGINX_DOMAINS:-$HOSTNAME}
NGINX_DOMAINS=www.domain.com,domain.com;my.otherdomain.net;www.randomdomain.com
root /var/www/${primary_hostname}/html or root /var/www/html
NGINX_WORDPRESS=yes
NGINX_WORDPRESS_SUPERCACHE=
NGINX_WORDPRESS_CACHE_ENABLER=
docker logs -f <container name>)Development / Testing
docker pull extremeshok/nginx-pagespeed:latest && docker run --rm -ti extremeshok/nginx-pagespeed:latest /bin/bash
Content type
Image
Digest
Size
123.6 MB
Last updated
over 5 years ago
docker pull extremeshok/nginx-pagespeed