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

https://github.com/theel0ja/simple-html-nginx-server-docker-compose


https://github.com/theel0ja/simple-html-nginx-server-docker-compose

docker docker-compose docker-compose-template

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple HTML Nginx server with docker-compose

## Usage
```bash
git clone git@github.com:theel0ja/simple-html-nginx-server-docker-compose.git test-server
cd test-server
sudo docker-compose up -d
```

Then, visit http://[your-server-ip]:2018/ in your browser.