readme update

This commit is contained in:
Shihaam Abdul Rahman 2022-09-13 09:20:42 +05:00
parent 0337ad6d2a
commit ac1d9c051c
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -8,12 +8,14 @@ Mysql files are mounted at datadir\. \
## Getting started ## Getting started
- git clone and cd into git dir - git clone and cd into git dir
- Build zabbix image - Build zabbix image
```bash
docker build -t .
```
- cd into configdir and configure according to your set up. - cd into configdir and configure according to your set up.
- `docker-compose up -d` ```bash
git clone https://gitlab.com/alliedmaldives/ops/zabbix-dockerfile zabbix-docker
cd zabbix-docker
docker build -t .
docker-compose up -d
xdg-open http://localhost:8000
```
## To-do ## To-do
- mount all needed config dirs outside container. (currently only basic configs are there) - mount all needed config dirs outside container. (currently only basic configs are there)