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.
- Host: GitHub
- URL: https://github.com/magandrez/ecstatic
- Owner: magandrez
- License: gpl-2.0
- Created: 2017-12-30T14:28:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T12:11:19.000Z (over 5 years ago)
- Last Synced: 2025-03-14T05:24:12.665Z (over 1 year ago)
- Topics: alpine, docker, nginx
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.