Skip to content

Commit e6421c7

Browse files
committed
Keep port consistent with previous version
1 parent 5dff967 commit e6421c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ created, you can run the project via Docker:
6161
docker build -t featureservice .
6262

6363
docker run \
64-
-p 8080:80 \
64+
-p 3035:80 \
6565
-e FEATURES_DB_USER="$dbuser@$dbname" \
6666
-e FEATURES_DB_PASSWORD="$dbpassword" \
6767
-e FEATURES_DB_HOST="$dbname.postgres.database.azure.com" \
@@ -78,7 +78,7 @@ runs, the start should be instantaneous.
7878
After starting the service, you will be able to call the featureService, for
7979
example via the following requests:
8080

81-
- http://localhost:8080/features/name/bogota
82-
- http://localhost:8080/features/point/18.678/15.123
83-
- http://localhost:8080/features/bbox/12.3/22.3/12.4/22.4
84-
- http://localhost:8080/features/id/wof-85975935,wof-404477281?include=bbox,centroid
81+
- http://localhost:3035/features/name/bogota
82+
- http://localhost:3035/features/point/18.678/15.123
83+
- http://localhost:3035/features/bbox/12.3/22.3/12.4/22.4
84+
- http://localhost:3035/features/id/wof-85975935,wof-404477281?include=bbox,centroid

0 commit comments

Comments
 (0)