This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch v2.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/v2.1 by this push:
new 4416e3d Revert "Update deploy.md"
4416e3d is described below
commit 4416e3d7e257889e1c5ca8ac35b7b6137960127c
Author: juzhiyuan <[email protected]>
AuthorDate: Sat Nov 21 13:41:56 2020 +0800
Revert "Update deploy.md"
This reverts commit 58b24f041d05a5ec7cf6291b8969d739297fc404.
---
docs/deploy.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/deploy.md b/docs/deploy.md
index 32e7f9f..1bb75e7 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -75,7 +75,7 @@ $ cd ./output
$ ./manager-api
# or running in background
-$ nohup ./manager-api &
+$ ./manager-api &
```
4. Without changing the configuration, visit `http://127.0.0.1:8080` to use
the dashboard with GUI, where the default username and password are `admin`.