Skip to content

Commit b6e1730

Browse files
committed
fix typo in README
`run -p ... web` sends the argument to docker, `run web -p ...` sends the argument to doc.rs
1 parent 799f5d2 commit b6e1730

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
@@ -75,7 +75,7 @@ Docker.
7575
```sh
7676
# This command will start web interface of docs.rs and you can access it from
7777
# http://localhost:3000/`
78-
docker-compose run web -p 3000:3000 start-web-server
78+
docker-compose run -p 3000:3000 web start-web-server
7979
```
8080

8181
#### `build` subcommand

0 commit comments

Comments
 (0)