Nginx, a high-performance reverse proxy & web server.
3.1K
Image based on:
alpine
Supported architectures:
linux/amd64, linux/arm64
Maintained by:
grmvoid
Where to file issues:
https://github.com/grmvoid/docker-nginx/issues
Dockerfile linksdocker run --name some-nginx -d grmvoid/nginx:1.27.3
docker-composeExample docker-compose.yml for nginx:
version: '3.1'
services:
nginx:
image: grmvoid/nginx:1.27.3
restart: always
ports:
- "80:80"
View license information for the software contained in this image.
Content type
Image
Digest
sha256:3ae819456…
Size
6.6 MB
Last updated
over 1 year ago
docker pull grmvoid/nginx:1.27.4