Sign inSign up

grmvoid/nginx

By grmvoid

Updated over 1 year ago

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

Image
Web servers
0

3.1K

grmvoid/nginx repository overview

Quick reference

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.

Tag summary

Content type

Image

Digest

sha256:3ae819456

Size

6.6 MB

Last updated

over 1 year ago

docker pull grmvoid/nginx:1.27.4