Created
December 14, 2016 22:20
-
-
Save jangeador/fd15a67718ead67c166c5cc060f0a3ba to your computer and use it in GitHub Desktop.
docker-compose for ZoneMinder 1.29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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