From 2bd63388cc9d103ae1c809bf780b2ae9e109d10e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 27 Aug 2024 11:38:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20compose=20=E6=94=B9=E5=90=8D=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zabbixagent.dockerfile => Dockerfile | 0 compose.zabbixagent.yaml => compose.yaml | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) rename zabbixagent.dockerfile => Dockerfile (100%) rename compose.zabbixagent.yaml => compose.yaml (84%) diff --git a/zabbixagent.dockerfile b/Dockerfile similarity index 100% rename from zabbixagent.dockerfile rename to Dockerfile diff --git a/compose.zabbixagent.yaml b/compose.yaml similarity index 84% rename from compose.zabbixagent.yaml rename to compose.yaml index 16bce8d..caa5903 100644 --- a/compose.zabbixagent.yaml +++ b/compose.yaml @@ -1,8 +1,6 @@ services: onvif-agent: - build: - context: . - dockerfile: zabbixagent.dockerfile + build: . environment: ZBX_HOSTNAME: ONVIF ZBX_SERVER_HOST: server