Sign inSign up

freeflyer/nginx

By freeflyer

Updated about 6 years ago

Nginx with fancyindexing

Image
1

658

freeflyer/nginx repository overview

nginx

This is an nginx image derived from alpine distribution.

NEW : Alpine 3.12 Add apk upgrade to basic image

Nothing more than a basic nginx with fancyindexing module.

QuickStart

 docker run -d -v /where/lies/your/html-files:/usr/share/nginx/html \
            -v /where/lies/your/config-files/nginx.conf:/etc/nginx/nginx.conf:ro \
            -v /where/lies/your/config-files/default.conf:/etc/nginx/conf.d/default.conf:ro
            -v /etc/apache2/xmisspasswd:/etc/nginx/xmisspasswd:ro \
            freeflyer/nginx

Example compose-file.yml

  nginx:
    image: freeflyer/nginx
    volumes:
      - /where/lies/your/html-files:/usr/share/nginx/html
      - /where/lies/your/config-files/nginx.conf:/etc/nginx/nginx.conf:ro
      - /where/lies/your/config-files/default.conf:/etc/nginx/conf.d/default.conf:ro
      - /where/lies/your/config-files/passwd_file:/etc/nginx/passwd_file:ro
      - ...
    ports:
      - "80:80"

Tag summary

Content type

Image

Digest

Size

19.3 MB

Last updated

about 6 years ago

docker pull freeflyer/nginx