Merge pull request #1727 from d4v3y0rk/patch-1
This commit is contained in:
commit
bd3cec18d8
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ docker pull hoppscotch/hoppscotch
|
|||
docker build -t hoppscotch/hoppscotch:latest .
|
||||
|
||||
#run
|
||||
docker run -p 3000:3000 hoppscotch/hoppscotch:latest
|
||||
docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest
|
||||
```
|
||||
|
||||
**Legacy container** [](https://hub.docker.com/r/liyasthomas/postwoman)
|
||||
|
|
|
|||
Loading…
Reference in a new issue