https://github.com/utensils/docker-nginx
Docker Image with NGINX + mod_pagespeed
https://github.com/utensils/docker-nginx
cache docker nginx pagespeed seo
Last synced: 6 months ago
JSON representation
Docker Image with NGINX + mod_pagespeed
- Host: GitHub
- URL: https://github.com/utensils/docker-nginx
- Owner: utensils
- License: mit
- Created: 2019-02-05T01:04:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T21:00:11.000Z (over 6 years ago)
- Last Synced: 2025-02-15T01:41:52.549Z (8 months ago)
- Topics: cache, docker, nginx, pagespeed, seo
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image with NGINX + mod_pagespeed
[](https://circleci.com/gh/utensils/docker-nginx)
[](https://hub.docker.com/r/utensils/nginx/) [](https://hub.docker.com/r/utensils/nginx/) [](https://hub.docker.com/r/utensils/nginx/) [](https://microbadger.com/images/utensils/nginx "Get your own image badge on microbadger.com") [](https://microbadger.com/images/utensils/nginx "Get your own version badge on microbadger.com")## About
This is a Docker container for NGINX + [mod_pagespeed](https://developers.google.com/speed/pagespeed/module/). This container build is nearly identical to the official nginx [docker image](https://hub.docker.com/_/nginx), the only difference is the inclusion of the pagespeed module.
## Available Docker Images
| Image Name | Description |
| --------------------- | --------------------------- |
| utensils/nginx:latest | The latest release of nginx |
| utensils/nginx:stable | The stable release of nginx |
| utensils/nginx:1.17.1 | nginx 1.17.1 |
| utensils/nginx:1.16.0 | nginx 1.16.0 |
| utensils/nginx:1.15.8 | nginx 1.15.8 |## Building
This build is driven by a `Makefile`, to build the latest image simply run:
```shell
make
```or to build all images/version run:
```shell
make all
```