From 03faca650cb1ac4a16ae8b8a8f6a4d18e3aacbcc Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 17 Feb 2023 00:49:46 +0900 Subject: [PATCH] Updated Readme, added information about compose --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61a1c7b1c..a275c7379 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Please also follow usage instructions of each Zabbix component image: * [zabbix-web-service](https://hub.docker.com/r/zabbix/zabbix-web-service/) - Zabbix web service for performing various tasks using headless web browser (for example, reporting) * [zabbix-snmptraps](https://hub.docker.com/r/zabbix/zabbix-snmptraps/) - Additional container image for Zabbix server and Zabbix proxy to support SNMP traps +### Docker Compose + +There is provided Docker Compose files for each set of base Operating System and Database engine. + +Templates support several [Compose profiles](https://docs.docker.com/compose/profiles/). Minimal set of services is brought up by default, to start additional components e.g. Zabbix Agent use profile 'full' or 'all'. Additionally, it is possible to start only required components. + ## Issues and Wiki Be sure to check [the Wiki-page](https://github.com/zabbix/zabbix-docker/wiki) on common problems and questions. If you still have problems with or questions about the images, please contact us through a [GitHub issue](https://github.com/zabbix/zabbix-docker/issues).