|
@@ -12,4 +12,6 @@ RUN echo "deb [arch=amd64] http://www.ubnt.com/downloads/unifi-video/apt-3.x whe
|
|
|
|
|
|
RUN apt-get update -y && apt-get install -y unifi-video && apt-get clean all
|
|
RUN apt-get update -y && apt-get install -y unifi-video && apt-get clean all
|
|
|
|
|
|
|
|
+VOLUME["/usr/lib/unifi-video/data"]
|
|
|
|
+
|
|
CMD /usr/sbin/unifi-video -D start
|
|
CMD /usr/sbin/unifi-video -D start
|