Browse Source

Fix typo in docker swarm (#7336)

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

2
deploy/docker/docker-stack.yml

@ -47,7 +47,7 @@ services:
replicas: 1
dolphinscheduler-api:
image: apache/dolphinscheduler-tools
image: apache/dolphinscheduler-api
ports:
- 12345:12345
env_file: .env

Loading…
Cancel
Save