10 lines
309 B
Markdown
10 lines
309 B
Markdown
# rusian/base-nginx
|
|
|
|
A lightweight container image based on [Hyperbola GNU/Linux-libre](https://www.hyperbola.info/) with `nginx` pre-installed. Ideal for serving static web content in a completely libre (free-as-in-freedom) environment.
|
|
|
|
## 🐳 Running with Docker Compose
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
```
|