Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active September 9, 2020 13:22
Show Gist options
  • Save dnburgess/b5608a97dcb2338d09d9736a8f604f5f to your computer and use it in GitHub Desktop.
Save dnburgess/b5608a97dcb2338d09d9736a8f604f5f to your computer and use it in GitHub Desktop.
DB Tech Zoneminder
---
version: "2"
services:
zoneminder:
image: dlandon/zoneminder
container_name: zoneminder
network_mode: bridge
volumes:
- /mnt/Zoneminder:/config:rw
- /mnt/Zoneminder/data:/var/cache/zoneminder:rw
environment:
- TZ="America/Denver"
- SHMEM="50%"
- PUID="998"
- PGID="100"
- INSTALL_HOOK="0"
- INSTALL_FACE="0"
- INSTALL_TINY_YOLOV3="0"
- INSTALL_YOLOV3="0"
- INSTALL_TINY_YOLOV4="0"
- INSTALL_YOLOV4="0"
- MULTI_PORT_START="0"
- MULTI_PORT_END="0"
ports:
- 8080:80
- 9001:9000
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment