How to add storage area at host filesystem to zm in docker container?
How to add storage area at host filesystem to zm in docker container?
How to add storage area at host filesystem to zm in docker container?
Re: How to add storage area at host filesystem to zm in docker container?
This is a docker question, not a ZM question. Try docker resources.
Typically you use Volumes for this.
e.g.
Here the first column is the host path, and the second column is the docker container's path.
Typically you use Volumes for this.
e.g.
Code: Select all
nginx: image:
nginx:latest
container_name: custom_name_for_my_proxy
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- /etc/letsencrypt/:/etc/letsencrypt/
- ./webroot/:/var/www/html/
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl
If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide