-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Mysql connection not using the host and port specified #5
Comments
what does |
SEMAPHORE_TMP_PATH=/tmp/semaphore |
PS1 value is suspect but dont think that would cause this issue |
It is indeed working, looks like mysql is not configured so that the user |
Confirmed its connecting to 3306 not the specified SEMAPHORE_DB_PORT of 3309 is this a limitation of semaphore or is there something else going on? |
Semaphore requires the port be part of SEMAPHORE_DB_HOST as it knows nothing about SEMAPHORE_DB_PORT. e.g. SEMAPHORE_DB_HOST=192.168.0.2:4306 |
https://docs.semui.co/administration-guide/installation#docker, |
Yes but the Semphore code doesn't do anything with SEMAPHORE_DB_PORT. The port needs to be specified with SEMAPHORE_DB_HOST. SEMAPHORE_DB_PORT simply isn't implemented (yet). |
Hi there,
Here is the docker run script:
Here is the container errors:
The text was updated successfully, but these errors were encountered: