Skip to content

Commit

Permalink
Add line about localhost port number
Browse files Browse the repository at this point in the history
So people don't have to look inside the compose file or run `docker ps
-a` to figure it out. (Also nice if they're not familiar with how
port-forwarding works in docker)
  • Loading branch information
Pauline Vos committed Nov 13, 2024
1 parent b230ec5 commit 59b4a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ After setting up the development container, you can start it with
docker compose up --detach
```

The API should now be accessible through `localhost:8001`.

And to stop BadgeHub

```bash
Expand Down

0 comments on commit 59b4a59

Please sign in to comment.