diff --git a/README.md b/README.md index a7503111..35ab8ec3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This application was developed within the framework of the course "Software Engi Run `development.sh`. It starts the development environment and attaches itself to the output of the backend. The backend will auto reload when changing a file. -Acces the server by going to `https://localhost:8080` for the backend and `https://localhost:443` for the frontend. +Acces the server by going to `https://localhost/api` for the backend and `https://localhost` for the frontend. If you change something to one of the docker files run `docker-compose -f development.yml up --build` to rebuild.