This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new bacb7c1  Fix typo in docker swarm (#7336)
bacb7c1 is described below

commit bacb7c1598c10c1dd5712eb7cbda3bdaa811bab7
Author: kezhenxu94 <[email protected]>
AuthorDate: Sun Dec 12 12:02:21 2021 +0800

    Fix typo in docker swarm (#7336)
---
 deploy/docker/docker-stack.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/docker/docker-stack.yml b/deploy/docker/docker-stack.yml
index 4ec363e..02ee37b 100644
--- a/deploy/docker/docker-stack.yml
+++ b/deploy/docker/docker-stack.yml
@@ -47,7 +47,7 @@ services:
       replicas: 1
 
   dolphinscheduler-api:
-    image: apache/dolphinscheduler-tools
+    image: apache/dolphinscheduler-api
     ports:
       - 12345:12345
     env_file: .env

Reply via email to