added build instructions

This commit is contained in:
Shihaam Abdul Rahman 2022-09-30 20:24:12 +05:00
parent d07e68b5f7
commit 5c238b2c54
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -14,7 +14,8 @@ Mysql files are mounted at datadir. \
```bash
git clone https://git.shihaam.dev/dockerfiles/zabbix-server.git
cd zabbix-server
docker-compose -f docker-compose-build.yml up -d
docker compose -f docker-compose-build.yml build
docker compose -f docker-compose-build.yml up -d
xdg-open http://localhost:8000
```