Docker宝库:Shinobi-监控录像NVR
Shinobi的特色就是简单、占用系统资源少,适合性能弱的机器。
dockers-compose文件如下:
services:
shinobi:
image: shinobisystems/shinobi:latest
container_name: shinobi
restart: unless-stopped
shm_size: "256mb"
ports:
- "18080:8080"
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/shinobi/config:/config
- /etc/TZ:/etc/TZ:ro
- /etc/localtime:/etc/localtime:ro
- /srv/dev-disk-by-uuid-5497e826-9020-4bf7-9d23-4d9ee3544eb8/camera:/home/Shinobi/videos # 录像存储位置
environment:
- [email protected] #管理员账号
- ADMIN_PASSWORD=youradminpassword #管理员密码配置好以后,在浏览器输入http://IP:18080/super,使用管理员账号和密码登录,添加一个普通用户。