Skip to content

This docker image is based on Alpine linux and contains nginx webserver, which serves a html page.

License

Notifications You must be signed in to change notification settings

botleg/nginx-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX html

This repository contains the code for the docker image, hanzel/nginx-html. The image is based on Alpine linux and contains nginx webserver. The webserver serves the index.html file.

Docker Compose

Sample docker-compose.yml configuration is given below:

version: '2'

services:
  web:
    image: nginx-html
    ports:
      - "80"

About

This docker image is based on Alpine linux and contains nginx webserver, which serves a html page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages