Skip to content

Commit 620a417

Browse files
authored
Merge pull request #1954 from saranf/fix/java-gateway-env-docs
Document ZBX_LISTEN_IP and ZBX_LISTEN_PORT for Java Gateway
2 parents 602f93b + 84cac94 commit 620a417

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Dockerfiles/java-gateway/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ Name of properties file. Can be used to set additional properties using a key-va
8484

8585
Additional Java Virtual Machine (JVM) options for Zabbix Java Gateway, for example `-Xms128m -Xmx1g`.
8686

87+
### `ZBX_LISTEN_IP`
88+
89+
This variable is used to specify the IP address the Zabbix Java Gateway listens on. By default, the gateway listens on all available network interfaces.
90+
91+
### `ZBX_LISTEN_PORT`
92+
93+
This variable is used to specify the port the Zabbix Java Gateway listens on. By default, value is `10052`.
94+
8795
## Allowed volumes for the Zabbix Java Gateway container
8896

8997
### ``/usr/sbin/zabbix_java/ext_lib``

0 commit comments

Comments
 (0)