Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix incorrect links in the docker container.
  • Loading branch information
aaronbrethorst authored Nov 20, 2024
1 parent 2d0ed28 commit b5d0471
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 @@ -65,8 +65,8 @@ docker compose up oba_app

You will then have two web apps available:

* onebusaway-api-webapp, hosted at http://localhost:8080/onebusaway-api-webapp
* Example API call: http://localhost:8080/onebusaway-api-webapp/api/where/agencies-with-coverage.json?key=TEST
* onebusaway-api-webapp, hosted at http://localhost:8080/
* Example API call: http://localhost:8080/api/where/agencies-with-coverage.json?key=TEST
* onebusaway-transit-data-federation-webapp, which does the heavy lifting of exposing the transit data bundle to other services: http://localhost:8080/onebusaway-transit-data-federation-webapp

When done using this web server, you can use the shell-standard `^C` to exit out and turn it off. If issues persist across runs, you can try using `docker compose down -v` and then `docker compose up oba_app` to refresh the Docker containers and services.
Expand Down

0 comments on commit b5d0471

Please sign in to comment.