From 9ef759ad93a362aca9387f50f18237a46208d21f Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Tue, 13 Sep 2022 09:24:16 +0500 Subject: [PATCH] readme update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.