Skip to content

[Bug] [docker 2.0.0-release] the image in docker run fail #7267

@RedhotYuan

Description

@RedhotYuan

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

According to the description of this document: QuickStart in docker, I use the second way to deploy dolphinscheduler, but in step 5, docker run fail, My configuration does not take effect.
My command:
docker run -d --name dolphinscheduler
-e DATABASE_HOST="172.19.223.108" -e DATABASE_PORT="5432" -e DATABASE_DATABASE="ds_db"
-e DATABASE_USERNAME="ds" -e DATABASE_PASSWORD="123456"
-e ZOOKEEPER_QUORUM="172.19.224.108:2181"
-p 12345:12345
apache/dolphinscheduler:2.0.0 all

But the log print :
image

It is still the default configuration.

What you expected to happen

Make my configuration effective.

How to reproduce

not use default configure

docker run -d --name dolphinscheduler \
-e DATABASE_HOST="192.168.x.x" -e DATABASE_PORT="5432" -e DATABASE_DATABASE="dolphinscheduler" \
-e DATABASE_USERNAME="test" -e DATABASE_PASSWORD="test" \
-e ZOOKEEPER_QUORUM="192.168.x.x:2181" \
-p 12345:12345 \
apache/dolphinscheduler:1.3.9 all

database username test and password test need to be replaced with your actual PostgreSQL username and password, 192.168.x.x need to be replaced with your relate PostgreSQL and ZooKeeper host IP

Anything else

No response

Version

2.0.0

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Waiting for replyWaiting for replybugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions