You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should mount the current directory containing the vector tiles to the `/data` path inside of the container and bind the local port `8080` to port `80` inside of the container:
31
+
You should mount the current directory containing the vector tiles to the `/data` path inside of the container and bind the local port `8080` to port `8080` inside of the container:
32
32
33
33
```bash
34
-
docker run -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl
34
+
docker run -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl
You should mount the current directory containing the vector tiles to the `/data` path inside of the container and bind the local port `8080` to port `80` inside of the container:
31
+
You should mount the current directory containing the vector tiles to the `/data` path inside of the container and bind the local port `8080` to port `8080` inside of the container:
32
32
33
33
```bash
34
-
docker run -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl
34
+
docker run -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl
0 commit comments