mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-07 17:45:28 +02:00
Using ADD instruction instead of PowerShell download
This commit is contained in:
parent
1408c1ee15
commit
2149b44dbf
@ -8,6 +8,16 @@
|
|||||||
|
|
||||||
ListenIP=${ZBX_LISTENIP}
|
ListenIP=${ZBX_LISTENIP}
|
||||||
|
|
||||||
|
### Option: ListenPort
|
||||||
|
# Agent will listen on this port for connections from the server.
|
||||||
|
#
|
||||||
|
# Mandatory: no
|
||||||
|
# Range: 1024-32767
|
||||||
|
# Default:
|
||||||
|
# ListenPort=10050
|
||||||
|
|
||||||
|
ListenPort=${ZBX_LISTENPORT}
|
||||||
|
|
||||||
### Option: SourceIP
|
### Option: SourceIP
|
||||||
# Source IP address for outgoing connections.
|
# Source IP address for outgoing connections.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user