You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/01/21 01:08:42 UTC

[dolphinscheduler] branch kezhenxu94-patch-1 created (now 92c63fd)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.


      at 92c63fd  Fix wrong Python gateway docker image name

This branch includes the following new commits:

     new 92c63fd  Fix wrong Python gateway docker image name

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[dolphinscheduler] 01/01: Fix wrong Python gateway docker image name

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 92c63fd4879759ad4362e376e02ca389ed980991
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Jan 21 09:08:32 2022 +0800

    Fix wrong Python gateway docker image name
---
 deploy/docker/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/docker/docker-compose.yml b/deploy/docker/docker-compose.yml
index e59320b..83ca8a6 100644
--- a/deploy/docker/docker-compose.yml
+++ b/deploy/docker/docker-compose.yml
@@ -141,7 +141,7 @@ services:
       - dolphinscheduler
 
   dolphinscheduler-python-gateway:
-    image: ${HUB}/dolphinscheduler-python-gateway:${TAG}
+    image: ${HUB}/dolphinscheduler-python:${TAG}
     ports:
       - "54321:54321"
       - "25333:25333"