Search before asking
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 :

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?
Code of Conduct
Search before asking
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 :

It is still the default configuration.
What you expected to happen
Make my configuration effective.
How to reproduce
not use default configure
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?
Code of Conduct