소스 검색

Syntax fix

snppla 6 년 전
부모
커밋
4ddd6cdf14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -12,6 +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
 
-VOLUME["/usr/lib/unifi-video/data"]
+VOLUME ["/usr/lib/unifi-video/data"]
 
 CMD /usr/sbin/unifi-video -D start