Sfoglia il codice sorgente

Fix wrong Python gateway docker image name (#8143)

kezhenxu94 3 anni fa
parent
commit
df26be89ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      deploy/docker/docker-compose.yml

+ 1 - 1
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"