Skip to content
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

External Database #13

Closed
act2281 opened this issue Jan 15, 2017 · 4 comments
Closed

External Database #13

act2281 opened this issue Jan 15, 2017 · 4 comments

Comments

@act2281
Copy link

act2281 commented Jan 15, 2017

Hi,

This is working great for me, thank you! One question, I want to provide a database for the container to use so that it's starting similar to live. Where do you put that / how can I get it to build with that database.

Thanks for the great script!

@Boran
Copy link
Owner

Boran commented Jan 15, 2017

hi,

See the README, e.g.

-e "MYSQL_HOST=10.1.1.1" -e "MYSQL_DATABASE=drupal_site1" -e "MYSQL_USER=drupal_site1" -e "MYSQL_PASSWORD=pass4drupal_site1"

@act2281
Copy link
Author

act2281 commented Jan 15, 2017

Sorry I was meaning to provide an SQL file for it load in, that was it's all in the container but closely matchs my live site.

@Boran
Copy link
Owner

Boran commented Jan 16, 2017

That is not provided for, you would have to do some coding yourself, e.g. in custom.sh

@Boran
Copy link
Owner

Boran commented Jan 25, 2017 via email

@Boran Boran closed this as completed Feb 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants