Docker pull error

What code should I execute when I use the “docker pull israelhikingmap/graphhopper:latest” build is complete
I use docker run -d --name graphhopper1 -v /C/Users/data:/data -p 8989:8989 israelhikingmap/graphhopper:latest and get error “Couldn’t load from existing folder: /data/default-gh but also cannot use file for DataReader as it wasn’t specified!”
Maybe I misplaced the contents of the data file,and what should i place?