change docker to use port 8080 by default (#638)

* change docker to use default 8080 port
This commit is contained in:
Andrew Calcutt
2022-11-20 23:00:41 -05:00
committed by GitHub
parent 0346d5c304
commit c134795b81
10 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ Docker
When running docker image, no special installation is needed -- the docker will automatically download the image if not present.
Just run ``docker run --rm -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl``.
Just run ``docker run --rm -it -v $(pwd):/data -p 8080:8080 maptiler/tileserver-gl``.
Additional options (see :doc:`/usage`) can be passed to the TileServer GL by appending them to the end of this command. You can, for example, do the following: