Fix wrong Python gateway docker image name (#8143)
parent
b5631d5281
commit
df26be89ed
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue