diff --git a/GNUmakefile b/GNUmakefile index a63fe5d1..90c26bf3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ TEST?=netbox/*.go TEST_FUNC?=TestAccNetboxEventRule_basic GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor) -DOCKER_COMPOSE=podman compose +DOCKER_COMPOSE=docker compose export NETBOX_VERSION=v4.0.11 export NETBOX_SERVER_URL=http://localhost:8001