Reactive Logserver for the nginx webserver
456
Reactive Logserver for the nginx webserver
$ docker run -d --name nginxlive -p 5140:5140/udp \
-p 5141:5141 zyclonite/nginxlive
use a custom configuration
$ docker run -d --name nginxlive -p 5140:5140/udp \
-p 5141:5141 -v /<path>/config.json:/opt/config.json zyclonite/nginxlive
with mongo db container
$ docker run -d --name mongo -v /<path-to-datadir>/mongo:/data/db mongo
$ docker run -d --name nginxlive -p 5140:5140/udp \
-p 5141:5141 --link mongo:mongo -v /<path>/config.json:/opt/config.json \
zyclonite/nginxlive
See https://github.com/zyclonite/nginxlive/wiki/Manual for details
The project's source code is hosted at:
Content type
Image
Digest
Size
70.5 MB
Last updated
almost 10 years ago
docker pull zyclonite/nginxlive