-
Notifications
You must be signed in to change notification settings - Fork 200
Closed
Description
Hello, this is how I started my drupal instance
- create the mysql container
docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=drupal -d mysql
- create and link drupal:
docker run --name some-drupal --link some-mysql:mysql -p 8080:80 -d drupal
I visit my ip:8080 and start the installation and none of my mysql creds are linked.
Shouldn't I not need to go through the db setting if I have a mySql linked?
Metadata
Metadata
Assignees
Labels
No labels