Skip to content

Instantly share code, notes, and snippets.

@jangeador
Created December 14, 2016 22:20
Show Gist options
  • Save jangeador/fd15a67718ead67c166c5cc060f0a3ba to your computer and use it in GitHub Desktop.
Save jangeador/fd15a67718ead67c166c5cc060f0a3ba to your computer and use it in GitHub Desktop.
docker-compose for ZoneMinder 1.29
version: '2'
volumes:
config-data:
driver: nimble
driver_opts:
sizeInGiB: 500
description: "ZoneMinder Data and Config"
services:
zoneminder:
image: aptalca/zoneminder-1.29
privileged: true
ports:
- "80:80"
volumes:
- config-data:/config
environment:
- "TZ=America/Phoenix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment