-
Notifications
You must be signed in to change notification settings - Fork 19
some fixes for multihost #6
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
base: master
Are you sure you want to change the base?
Conversation
entrypoint.sh
Outdated
| # Configuring settings.ini | ||
| cat "$CTF_PATH/settings.tmpl.ini" \ | ||
| | sed "s/MYSQL_PORT/$MYSQL_PORT/g" \ | ||
| | sed "/^DB_HOST/ s/mysql/$MYSQL_HOST/" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather update settings.tmpl.ini and use the same syntax everywhere.
Also if we do that, I'd like to have a fallback on a default value for the linked case :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, i thought that file comes from the base image.
|
Thanks again ! But could I ask you to squash your commits? |
|
my first rebase of allready pushed commits. not perfect but ok i hope |
|
Thanks, it would be great if you can set |
|
in docker-compose.yml you mean? |
|
I meant in entrypoint.sh, but I don't know if it's a good idea in the end |
No description provided.