Different styles shown when accessed via localhost vs ip address #1361
Unanswered
danielmc02
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is an error or problem on my end (most likely the case) but when I am running Tileserver gl via docker and access it on localhost, I'm served all styles however when I access the IP from another device on the network I only get OSM OpenMapTiles style.
To recreate this you can pull this repository and cd into it and run the
docker run --rm -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl
command. Try accessing it via localhost:8080 and your IP:8080 and see if more than one style is shown when accessed via ip.Beta Was this translation helpful? Give feedback.
All reactions