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

https://github.com/wiremind/nginx-vts-exporter-container

Build a nginx image bundled with the nginx-vts-exporter
https://github.com/wiremind/nginx-vts-exporter-container

Last synced: 5 months ago
JSON representation

Build a nginx image bundled with the nginx-vts-exporter

Awesome Lists containing this project

README

          

# nginx-vts-exporter-container

This repository builds a container image based on the `docker.io/nginxinc/nginx-unprivileged` image with the [nginx-module-vts](https://github.com/vozlt/nginx-module-vts) compiled as a dynamic module.

The image is automatically built and published to GitHub Container Registry.

## Usage

```bash
docker run ghcr.io//:latest
# or pin to a specific combination of versions
docker run ghcr.io//:nginx--vts-
```