mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
.. | ||
sql | ||
docker-compose.yml | ||
Dockerfile | ||
nginx.conf | ||
README.md |
zoneminder
ZoneMinder is a full-featured, open source, state-of-the-art video surveillance software system. Monitor your home, office, or wherever you want. Using off the shelf hardware with any camera, you can design a system as large or as small as you need.
docker-compose.yml
zoneminder:
image: vimagick/zoneminder
ports:
- "8080:80"
links:
- mysql
restart: always
mysql:
image: mysql
volumes:
- ./sql:/docker-entrypoint-initdb.d
environment:
- MYSQL_ROOT_PASSWORD=root
restart: always