Added README.md files

This commit is contained in:
dotneft
2016-08-03 22:09:11 -07:00
parent 0618ea2ca2
commit ab60301da6
46 changed files with 2022 additions and 270 deletions

View File

@ -74,8 +74,8 @@ ADD conf/etc/zabbix/web/zabbix.conf.php /etc/zabbix/web/
ADD conf/etc/nginx/nginx.conf /etc/nginx/
ADD conf/etc/php5/php-fpm.conf /etc/php5/
ADD conf/etc/php5/conf.d/99-zabbix.ini /etc/php5/conf.d/
ADD run_zabbix_component.sh /data/
ADD run_zabbix_component.sh /
ENTRYPOINT ["/bin/bash"]
CMD ["/data/run_zabbix_component.sh", "frontend", "mysql", "nginx"]
CMD ["/run_zabbix_component.sh", "frontend", "mysql", "nginx"]