This is an automated email from the ASF dual-hosted git repository.
rickyhuo pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 8610412 [SEATUNNEL#1056] fix document error in docker deploy (#1057)
8610412 is described below
commit 86104125ac1237ddb01a66796b351f890861367c
Author: CenterCode <[email protected]>
AuthorDate: Sat Jan 15 13:39:12 2022 +0800
[SEATUNNEL#1056] fix document error in docker deploy (#1057)
---
deploy/docker/flink/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy/docker/flink/README.md b/deploy/docker/flink/README.md
index 004e94b..11822a8 100644
--- a/deploy/docker/flink/README.md
+++ b/deploy/docker/flink/README.md
@@ -6,7 +6,7 @@
docker-compose up -d
```
-Wait for a few minutes and check the healthiness of the job manager and task
manager with `docker-compose ps``. When the
+Wait for a few minutes and check the healthiness of the job manager and task
manager with `docker-compose ps`. When the
components are healthy, open your browser and navigate to
http://localhost:8081, you can see the Flink page.
## Start netcat as data source