We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
low (Default)
branch main , lastest code .
When I use Docker Compose to install DolphinScheduler, MySQL fails to start properly.
When installing mysql-server , system will create 'mysql' user with no home dir, it could be the reason.
1. download code and compile 2. docker compose install 3. install dolphinscheduler (mysql server) mysql start failed
No response
The text was updated successfully, but these errors were encountered:
@xuchangqun Add build parameters and try again ? docker compose --profile dolphinscheduler up -d --build
docker compose --profile dolphinscheduler up -d --build
Sorry, something went wrong.
/nonexistent
Adding parameters still doesn't work. I solved it by replacing '/nonexistent' in /etc/passwd. 😄
@xuchangqun I also encountered the same problem. What do I need to replace '/nonexistent' with
zebozhuang
nilnon
No branches or pull requests
Contact Details
[email protected]
Is there an existing issue for this?
Priority
low (Default)
Current Behavior
branch main , lastest code .
When I use Docker Compose to install DolphinScheduler, MySQL fails to start properly.
Expected Behavior
When installing mysql-server , system will create 'mysql' user with no home dir, it could be the reason.
Steps To Reproduce
Compass Log
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: