Merge pull request #9 from zabbix/master

Added README.md files
This commit is contained in:
Alexey Pustovalov
2016-08-04 18:28:43 +03:00
committed by GitHub
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"]