readme update

This commit is contained in:
Shihaam Abdul Rahman 2022-09-13 09:24:16 +05:00
parent ac1d9c051c
commit 9ef759ad93
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -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.