docs/quickstart: fix port number
This commit is contained in:
parent
d9fd952c03
commit
86c92eb31e
|
@ -219,7 +219,7 @@ you can pass that via the ``--config`` option.
|
||||||
# the correct host and port!
|
# the correct host and port!
|
||||||
lemur --config=/etc/lemur.conf.py start -b 127.0.0.1:8000
|
lemur --config=/etc/lemur.conf.py start -b 127.0.0.1:8000
|
||||||
|
|
||||||
You should now be able to test the web service by visiting ``http://localhost:5000/``.
|
You should now be able to test the web service by visiting ``http://localhost:8000/``.
|
||||||
|
|
||||||
|
|
||||||
Running Lemur as a Service
|
Running Lemur as a Service
|
||||||
|
|
Loading…
Reference in New Issue