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
It seems that I am unable to find a way to connect/start my sshportal docker container which would run SSHPortal connecting to outside SQL database?
Where to execute this part? : sshportal --db-conn=user:pass@host/dbname?parseTime=true --db-driver=mysql
Docker container which runs SSHPortal connecting to outside SQL database
The text was updated successfully, but these errors were encountered:
Hello,
You can use the environment variable of docker : -e SSHPORTAL_DB_DRIVER=mysql -e SSHPORTAL_DATABASE_URL=user:pass@host/dbname?parseTime=true
Regards,
Sorry, something went wrong.
No branches or pull requests
Actual Result / Problem
It seems that I am unable to find a way to connect/start my sshportal docker container which would run SSHPortal connecting to outside SQL database?
Where to execute this part? : sshportal --db-conn=user:pass@host/dbname?parseTime=true --db-driver=mysql
Expected Result / Suggestion
Docker container which runs SSHPortal connecting to outside SQL database
The text was updated successfully, but these errors were encountered: