forked from keshavdv/unifi-cam-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
29 lines (29 loc) · 781 Bytes
/
docker-compose.yml
File metadata and controls
29 lines (29 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: '3'
services:
unifi-video-controller:
image: pducharme/unifi-video-controller
container_name: unifi-video-controller
ports:
- 1935:1935
- 6666:6666
- 7004:7004
- 7080:7080
- 7442:7442
- 7443:7443
- 7444:7444
- 7445:7445
- 7446:7446
- 7447:7447
volumes:
- ./run/data:/var/lib/unifi-video
- ./run/videos:/var/lib/unifi-video/videos
environment:
- TZ=America/Los_Angeles
- DEBUG=1
cap_add:
- SYS_ADMIN
- DAC_READ_SEARCH
# Uncomment security option below to set apparmor unconfined if "tmpfs is write-protected, mounting read-only" error is seen.
# Known to happen on ubuntu, synology, and other platforms.
security_opt:
- apparmor:unconfined