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