An open API service indexing awesome lists of open source software.

https://github.com/magandrez/ecstatic

A minimal nginx to serve static content.
https://github.com/magandrez/ecstatic

alpine docker nginx

Last synced: about 1 month ago
JSON representation

A minimal nginx to serve static content.

Awesome Lists containing this project

README

          

# ecstatic

Ths is a minimal docker image that serves static using latest nginx on top of Alpine Linux.

## Prerequisites

- Docker.

## Usage

- Launch docker image detached.

`docker run -d --name -p 80:80 -v :/var/html/www magandrez/ecstatic`

- Hit your browser at `localhost`.