Browse Source

Fix wrong Python gateway docker image name (#8143)

3.0.0/version-upgrade
kezhenxu94 2 years ago committed by GitHub
parent
commit
df26be89ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/docker/docker-compose.yml

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

Loading…
Cancel
Save