How to add storage area at host filesystem to zm in docker container?
Posted: Tue Jul 07, 2020 7:49 pm
How to add storage area at host filesystem to zm in docker container?
ZoneMinder Forums
https://forums.zoneminder.com/
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/