diff --git a/README.md b/README.md index 294c687..d0b20ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Custom Zabbix container image.\ This has 2 images, 1 for `zabbix_server`, `nginx` and `php-pfm` based on `debian:11-slim` \ Another image that is being pulled from docker hub for mysql. \ -Mysql files are mounted at datadir\. \ +Mysql files are mounted at datadir\. +`startservices.sh` contain script to start `zabbix_server`, `nginx` and `php-fpm` ## Getting started - git clone and cd into git dir @@ -20,3 +21,5 @@ xdg-open http://localhost:8000 ## To-do - mount all needed config dirs outside container. (currently only basic configs are there) - mount scirpt dirs outside container add alert and other custom scripts. +- setup proper logging. +- mount log files from nginx,php-fpm and zabbix into datadir.