Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lathoub committed Sep 19, 2024
1 parent 2598006 commit 9d08321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Dit is geen operationele service.
3. De server start, maar mogelijk is poort 8080 niet beschikbaar.
1. Wijzig dan in het bestand [`.env`](.env) de regel `PORT=8080` naar een niet-gepriviligeerd, hoger poortnummer, bijv. `PORT=8085`.

4. Open in een webbrower de service op `http://localhost/{ID}/v{APIVERSION}`.
1. Bijv. als het poortnummer is verhoogd: http://localhost:8080/demoservice/v1/
4. Open in een webbrower de service op `http://localhost:8080/{ID}/v{APIVERSION}`.
1. Bijv. als het poortnummer is verhoogd: http://localhost:8085/demoservice/v1/

## Start the service from Docker Desktop
On the [wiki](https://github.com/Geonovum/ogc-api-kennissessie/wiki/Starting-the-service-on-Docker-Desktop)

0 comments on commit 9d08321

Please sign in to comment.