From 125d66db2bfc8a22c6e34198c05b98f592aae239 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 6 Feb 2024 17:30:42 +0900 Subject: [PATCH] Removed init feature because of Tini --- compose_zabbix_components.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compose_zabbix_components.yaml b/compose_zabbix_components.yaml index 27b28d72f..162d76491 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -1,7 +1,6 @@ version: '3.8' services: server: - init: true ports: - "${ZABBIX_SERVER_PORT}:10051" restart: "${RESTART_POLICY}" @@ -97,7 +96,6 @@ services: com.zabbix.dbtype: "pgsql" proxy: - init: true profiles: - all restart: "${RESTART_POLICY}" @@ -340,7 +338,6 @@ services: com.zabbix.dbtype: "pgsql" agent: - init: true profiles: - full - all @@ -379,7 +376,6 @@ services: com.zabbix.component: "zabbix-agentd" agent2: - init: true profiles: - full - all