diff --git a/Makefile b/Makefile index 74ac555..7185337 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ run: --name $(CONTAINER) \ $(addprefix -v ,$(VOLUMES)) \ --net=host \ - $(IMAGE) + $(IMAGE):$(HA_VERSION) stop: docker stop $(CONTAINER) destroy: