diff --git a/web-service/alpine/README.md b/web-service/alpine/README.md index 3e65d5f97..0bb55288b 100644 --- a/web-service/alpine/README.md +++ b/web-service/alpine/README.md @@ -12,11 +12,11 @@ For more information and related downloads for Zabbix components, please visit h Zabbix web servce for performing various tasks using headless web browser (for example, reporting). -# Zabbix agent images +# Zabbix web service images -These are the only official Zabbix agent Docker images. They are based on Alpine Linux v3.13, Ubuntu 20.04 (focal) and CentOS 8 images. The available versions of Zabbix web service are: +These are the only official Zabbix web service Docker images. They are based on Alpine Linux v3.13, Ubuntu 20.04 (focal) and CentOS 8 images. The available versions of Zabbix web service are: - Zabbix agent 5.4 (tags: alpine-trunk, ubuntu-trunk, centos-trunk) + Zabbix web service 5.4 (tags: alpine-trunk, ubuntu-trunk, centos-trunk) Images are updated when new releases are published. The image with ``latest`` tag is based on Alpine Linux. @@ -24,7 +24,7 @@ Images are updated when new releases are published. The image with ``latest`` ta ## Start `zabbix-web-service` -Start a Zabbix agent container as follows: +Start a Zabbix web service container as follows: docker run --name some-zabbix-web-service -e ZBX_ALLOWEDIP="some-zabbix-server" --cap-add=SYS_ADMIN -d zabbix/zabbix-web-service:tag