mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-03 04:09:31 +01:00
Using ADD instruction instead of PowerShell download
This commit is contained in:
parent
1408c1ee15
commit
2149b44dbf
@ -8,6 +8,16 @@
|
||||
|
||||
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
|
||||
# Source IP address for outgoing connections.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user