mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-25 12:14:46 +02:00
update motion-arm
This commit is contained in:
parent
4c07b9d83e
commit
ed6f165d9a
@ -3,7 +3,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
FROM resin/rpi-raspbian
|
FROM resin/rpi-raspbian
|
||||||
MAINTAINER kev <noreply@datageek.info>
|
|
||||||
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
@ -18,4 +19,4 @@ VOLUME /var/lib/motion
|
|||||||
|
|
||||||
EXPOSE 8080 8081
|
EXPOSE 8080 8081
|
||||||
|
|
||||||
CMD ["/usr/bin/motion"]
|
ENTRYPOINT ["/usr/bin/motion"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
motion:
|
motion:
|
||||||
image: vimagick/motion-arm
|
image: easypi/motion-arm
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user