Search found 3 matches
- Thu Nov 23, 2017 9:51 pm
- Forum: ZoneMinder 1.31.x
- Topic: ZM in docker with docker-compose
- Replies: 5
- Views: 18284
Re: ZM in docker with docker-compose
I'm using this docker-compose file. You don't need to rebuild it manually since you can use ENV-variables to define the timezones. This is basically the same as the topic starter his config, but I also configured TZ and PHP_TZ to my timezone. I also think 4GB of shared memory for zoneminder is a ...
- Sat Oct 07, 2017 5:52 am
- Forum: ZoneMinder 1.31.x
- Topic: ZM in docker with docker-compose
- Replies: 5
- Views: 18284
Re: ZM in docker with docker-compose
Happy to hear it works for you :) From version 2 to 3 they added and remove sim features and some codes stop worked :) but you didn’t ran into any of them. What I could be worried about is the shm size have changed in you’re Docker container. Try to “Docker exec -I -t <containterid> bash” the is can ...
- Thu Oct 05, 2017 9:12 pm
- Forum: ZoneMinder 1.31.x
- Topic: ZM in docker with docker-compose
- Replies: 5
- Views: 18284
ZM in docker with docker-compose
Hi, i just want to share my setup with working docker from linuxserver. if this post is not allowed then please delete it - here it goes. i want to run my ZM in docker, as i do with a lot of other application, most of them are from linuxserver. for handling all my container, with updated/change ...