docker-compose worker container cannot start worker-server #6837
Answered
by
caifan1985
FangyangJz
asked this question in
Q&A
-
Dependency information
worker container log
|
Beta Was this translation helpful? Give feedback.
Answered by
caifan1985
Nov 15, 2021
Replies: 1 comment 1 reply
-
worker.properties is created by docker/build/conf/worker.properties.tpl, worker.properties.tpl has no property "task.plugin.dir". You can add this into it, then rebuild the docker image. After do this, i can start worker container, but still have some other problem, such as missing database driver jar in lib/plugin/task/sql/. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FangyangJz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
worker.properties is created by docker/build/conf/worker.properties.tpl, worker.properties.tpl has no property "task.plugin.dir". You can add this into it, then rebuild the docker image. After do this, i can start worker container, but still have some other problem, such as missing database driver jar in lib/plugin/task/sql/.