grmvoid/nginx

By grmvoid

Updated 10 days ago

Nginx, a high-performance reverse proxy & web server.

Image
Web Servers

120

Quick reference

Supported tags and respective Dockerfile links

How to use this image

start a nginx instance
docker run --name some-nginx -d grmvoid/nginx:1.27.3
... via docker-compose

Example docker-compose.yml for nginx:

version: '3.1'

services:
    nginx:
        image: grmvoid/nginx:1.27.3
        restart: always
        ports:
            - "80:80"

LICENSE

View license information for the software contained in this image.

Docker Pull Command

docker pull grmvoid/nginx