Oleksiy Muzalyev
Results
2
comments of
Oleksiy Muzalyev
Try to serve the file with: docker run --rm -it -v $(pwd)/data/out:/data -p 8080:8080 maptiler/tileserver-gl Not 8080:80, but 8080:8080. And it will be available on http://localhost:8080 (or something like 192.168.1.25:8080)....
Thank you!