Fix wrong Python gateway docker image name (#8143)

Update_README
kezhenxu94 2022-01-21 09:43:28 +08:00 committed by GitHub
parent b5631d5281
commit df26be89ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"