-
Notifications
You must be signed in to change notification settings - Fork 582
MotionEye
Graham Garner edited this page Nov 27, 2019
·
1 revision
MotionEye is a camera/webcam package. The port is set to 8765
This is the yml entry. Notice that the devices is commented out. This is because if you don't have a camera attached then it will fail to start. Uncomment if you need to. This is for a Pi camera, you will need to add additional lines for usb cameras
motioneye:
image: "ccrisan/motioneye:master-armhf"
container_name: "motioneye"
restart: unless-stopped
ports:
- 8765:8765
- 8081:8081
volumes:
- /etc/localtime:/etc/localtime:ro
- ./volumes/motioneye/etc_motioneye:/etc/motioneye
- ./volumes/motioneye/var_lib_motioneye:/var/lib/motioneye
#devices:
# - "/dev/video0:/dev/video0"
On first login you will be asked for login details. The default user is admin
(all lowercase) with no password
By default local camera data will be stored in /var/lib/motioneye/camera_name
in the container which equates to the following:
If you have connected to a remote motion eye note that the directory is on that device and has nothing to do with the container.