Skip to content

ekiourk/docker-unifi-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-unifi-video

Dockerfile to build a docker image for the unifi video server. One command to run and no additional manual steps.

Build the image.

docker build -t unifi-video .

Run the prebuild image from docker hub.

Note: Change the last line to the name of your image in case you have built your own

docker run -it -d \
  --name=unifi-video \
  --privileged \
  --net=host \
  -v /var/lib/unifi-video:/var/lib/unifi-video \
  -v /var/log/unifi-video:/var/log/unifi-video \
  ekiourk/unifi-video:latest

Run it by using the run script

./run.sh

About

Dockerfile to build a docker image for the unifi video server. One command to run and no additional manual steps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages