Fix server docs.
This commit is contained in:
parent
64ed605c14
commit
ba012d9902
@ -171,14 +171,14 @@ To run a service:
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ moto_server ec2
|
$ moto_server ec2
|
||||||
* Running on http://127.0.0.1:5000/
|
* Running on http://0.0.0.0:5000/
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also pass the port as the second argument:
|
You can also pass the port as the second argument:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ moto_server ec2 3000
|
$ moto_server ec2 -p3000
|
||||||
* Running on http://127.0.0.1:3000/
|
* Running on http://0.0.0.0:3000/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user