Skip to content

Commit a1953d6

Browse files
committed
Update readme
1 parent 67b0f0b commit a1953d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A .net core elevation service that uses memory mapped hgt files to return elevat
55
To build the docker image:
66
```
77
docker build -t elevationwebapi .
8-
docker run -p 12345:80 -v /hgt-files-folder:/app/elevation-cache elevationwebapi
8+
docker run -p 12345:8080 -v /hgt-files-folder:/app/elevation-cache elevationwebapi
99
```
1010

1111
Now surf to `localhost:12345/swagger/` to get a simple UI to interact with the elevation service

0 commit comments

Comments
 (0)