grmvoid/nginx
Nginx, a high-performance reverse proxy & web server.
120
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-compose
Example 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.
docker pull grmvoid/nginx