/nginx-vod-docker

Nginx docker image with VoD module

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

Nginx docker image with nginx-vod-module

This image is based on nginx:1.21.3-alpine and include the add-ons described below.

Add-ons

Nginx modules provided with this image are compiled as dynamic modules. Therefore, the load_module directive should be used in nginx.conf in order to load the module, e.g.:

load_module "modules/ngx_http_vod_module.so";

Install

docker pull ghcr.io/lyl-radio/nginx-vod-docker:latest

This repo also provides a docker-compose.yml configuration for a quick setup.

Credits

This image is based on work from: