diff --git a/Makefile b/Makefile index e846f7abe..5e1069258 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME := unsee VERSION := $(shell git describe --tags --always --dirty='-dev') # Alertmanager instance used when running locally, points to mock data -ALERTMANAGER_URI := https://raw.githubusercontent.com/cloudflare/unsee/master/mock/0.5 +ALERTMANAGER_URI := file://$(CURDIR)mock/0.5 # Listen port when running locally PORT := 8080