We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b0f0b commit a1953d6Copy full SHA for a1953d6
README.md
@@ -5,7 +5,7 @@ A .net core elevation service that uses memory mapped hgt files to return elevat
5
To build the docker image:
6
```
7
docker build -t elevationwebapi .
8
-docker run -p 12345:80 -v /hgt-files-folder:/app/elevation-cache elevationwebapi
+docker run -p 12345:8080 -v /hgt-files-folder:/app/elevation-cache elevationwebapi
9
10
11
Now surf to `localhost:12345/swagger/` to get a simple UI to interact with the elevation service
0 commit comments