-
According to docs - Docker Quick Start. How to deploy docker run -d --name dolphinscheduler-worker \
-e DATABASE="postgresql" \
-e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/dolphinscheduler" \
-e SPRING_DATASOURCE_USERNAME="<USER>" \
-e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \
-e REGISTRY_ZOOKEEPER_CONNECT_STRING="localhost:2181" \
--net host \
-d apache/dolphinscheduler-worker:"${DOLPHINSCHEDULER_VERSION}" |
Beta Was this translation helpful? Give feedback.
Answered by
Gallardot
Dec 30, 2024
Replies: 1 comment
-
#16875 supports this feature, which will be released in 3.3.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
archongum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#16875 supports this feature, which will be released in 3.3.0