Skip to content

Commit 85bc5b6

Browse files
authored
Update README.md
1 parent d6030eb commit 85bc5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- I've hosted this image on [Docker Hub](https://hub.docker.com/r/pareshpawar/simple-http-server) or you can build it yourself if you want to.
2121

2222
```bash
23-
sudo docker run -p 8081:8081 pareshpawar/simple-http-server
23+
docker run --rm -p 8081:8081 pareshpawar/simple-http-server
2424
```
2525

2626
- Optionally, forward port via your proxy or load balancer.

0 commit comments

Comments
 (0)