File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ created, you can run the project via Docker:
6161docker build -t featureservice .
6262
6363docker 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.
7878After starting the service, you will be able to call the featureService, for
7979example 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
You can’t perform that action at this time.
0 commit comments