1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update motion-arm

This commit is contained in:
kev 2016-04-05 22:03:30 +08:00
parent 4c07b9d83e
commit ed6f165d9a
2 changed files with 4 additions and 3 deletions

@ -3,7 +3,8 @@
#
FROM resin/rpi-raspbian
MAINTAINER kev <noreply@datageek.info>
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apt-get update \
@ -18,4 +19,4 @@ VOLUME /var/lib/motion
EXPOSE 8080 8081
CMD ["/usr/bin/motion"]
ENTRYPOINT ["/usr/bin/motion"]

@ -1,5 +1,5 @@
motion:
image: vimagick/motion-arm
image: easypi/motion-arm
ports:
- "8080:8080"
- "8081:8081"