container_name

This commit is contained in:
Iwan Clement
2021-11-14 13:48:11 +01:00
parent e132aa56f1
commit 8474754afb

View File

@@ -59,5 +59,6 @@ services:
privileged: true #access mode for allowing resource access privileged: true #access mode for allowing resource access
network_mode: "host" network_mode: "host"
restart: unless-stopped restart: unless-stopped
container_name: zabbix-agent
environment: environment:
- ZBX_SERVER_HOST=127.0.0.1 #the IP/Dns of Zabbix server - ZBX_SERVER_HOST=127.0.0.1 #the IP/Dns of Zabbix server