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

[dolphinscheduler] branch dev updated: Fix wrong Python gateway docker image name (#8143)

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

zhongjiajie 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 df26be8  Fix wrong Python gateway docker image name (#8143)
df26be8 is described below

commit df26be89ed06928f9c4a446e3c1ebc976d562cef
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Jan 21 09:43:28 2022 +0800

    Fix wrong Python gateway docker image name (#8143)
---
 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"