Fix docker run command in installation.rst as well
This commit is contained in:
parent
1a61d1aced
commit
6d7c335318
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue