Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ into depth, it covers the following topics:
If you wish to run the tutorial, you can use the following command after installing Docker Desktop:

```bash
docker run -d -p 80:80 docker/getting-started
docker run -d -p 3000:3000 docker/getting-started
```

Once it has started, you can open your browser to [http://localhost](http://localhost).
Once it has started, you can open your browser to [http://localhost:3000](http://localhost:3000).

## Development

Expand Down