Change default port in docs

pull/7/head
Ferry Boender 7 years ago
parent e0340776ca
commit 75d15a260c
  1. 5
      README.md

@ -204,7 +204,7 @@ Usage:
--version show program's version number and exit
-h, --help show this help message and exit
-g, --generate-pw Generate password
-p PORT, --port=PORT Port to listen on (default=80)
-p PORT, --port=PORT Port to listen on (default=8081)
-f, --foreground Run in foreground (debugging)
-r, --reload Reload form config on every request (DEV)
--pid-file=PID_FILE Pid file
@ -212,9 +212,10 @@ Usage:
--start Start daemon
--stop Stop daemon
ScriptForm can run both in daemon mode or in the foreground. In daemon mode, we
can control ScriptForm with the `--start` and `--stop` options. By default it
runs on port 80, which we can change with the `-p` option.
runs on port 8081, which we can change with the `-p` option.
$ scriptform -p8081 ./test_server.json

Loading…
Cancel
Save