https://github.com/nitwof/zoneminder
Dockerized zoneminder with zmeventnotification and CUDA support
https://github.com/nitwof/zoneminder
Last synced: about 1 month ago
JSON representation
Dockerized zoneminder with zmeventnotification and CUDA support
- Host: GitHub
- URL: https://github.com/nitwof/zoneminder
- Owner: nitwof
- Created: 2020-11-30T21:46:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T22:13:08.000Z (over 4 years ago)
- Last Synced: 2024-11-05T19:44:31.894Z (6 months ago)
- Language: Dockerfile
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Init database
```bash
docker-compose run --rm zm sh -c 'mysql -h ${ZM_DB_HOST} -u ${ZM_DB_USER} -p${ZM_DB_PASS} < /usr/share/zoneminder/db/zm_create.sql'
```