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
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ docker pull hoppscotch/hoppscotch-admin
After pulling the containers, start Hoppscotch by running all three services:

```bash
docker run -p 3000:3000 --env-file .env hoppscotch-frontend
docker run -p 3000:8080 --env-file .env hoppscotch-frontend
docker run -p 3170:3170 --env-file .env hoppscotch-backend
docker run -p 3100:3100 --env-file .env hoppscotch-admin
docker run -p 3100:8080 --env-file .env hoppscotch-admin
```

::alert{type="info"}
Expand Down