Sign inSign up

nunofgs/unifi-video-controller

By nunofgs

•Updated over 4 years ago

A unifi video controller Docker container

Image
0

1.3K

nunofgs/unifi-video-controller repository overview

⁠Unifi Video Controller Docker container

This container will run the Unifi Video Controller software (NVR) and optionally configure custom letsencrypt certificates.

Environment variablesDescription
$CERTIFICATEThe certificate name, stored in the /etc/letsencrypt folder
Mount pointsDescription
/etc/letsencryptThe volume where the let's encrypt certificates are stored
/var/lib/unifi-videoThe NVR data folder, which includes the database, logs, etc.

⁠Usage

$ docker run \
  -p 1935:1935 \
  -p 6666:6666 \
  -p 7080:7080 \
  -p 7443:7443 \
  -p 7445:7445 \
  -p 7446:7446 \
  -p 7447:7447 \
  -v /opt/unifi/video:/var/lib/unifi-video \
  -v /opt/letsencrypt:/etc/letsencrypt:ro \
  nunofgs/unifi-video-controller

⁠Thanks

A special thank you to supafyn/unifi-video-controller⁠ which this container is based on.

Tag summary

Content type

Image

Digest

Size

337.2 MB

Last updated

about 8 years ago

docker pull nunofgs/unifi-video-controller