Skip to content

Instantly share code, notes, and snippets.

@senhan07
Last active May 27, 2022 12:47
Show Gist options
  • Save senhan07/56ab77793d4681c4e864f5bbc3fdd5b9 to your computer and use it in GitHub Desktop.
Save senhan07/56ab77793d4681c4e864f5bbc3fdd5b9 to your computer and use it in GitHub Desktop.
docker run -d \
--name unifi-video \
--cap-add SYS_ADMIN \
--cap-add DAC_READ_SEARCH \
--security-opt apparmor:unconfined \
-p 10001:10001 \
-p 1935:1935 \
-p 6666:6666 \
-p 7080:7080 \
-p 7442:7442 \
-p 7443:7443 \
-p 7444:7444 \
-p 7445:7445 \
-p 7446:7446 \
-p 7447:7447 \
-v unifi-data:/var/lib/unifi-video \
-v unifi-video:/var/lib/unifi-video/videos \
-e TZ=Asia/Jakarta \
-e PUID=99 \
-e PGID=100 \
-e DEBUG=1 \
pducharme/unifi-video-controller:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment