Skip to content

LYL-Radio/nginx-vod-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Nginx docker image with VoD module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published