Skip to content

link mySql  #1

@clement360

Description

@clement360

Hello, this is how I started my drupal instance

  1. create the mysql container docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=drupal -d mysql
  2. create and link drupal: docker run --name some-drupal --link some-mysql:mysql -p 8080:80 -d drupal

image

I visit my ip:8080 and start the installation and none of my mysql creds are linked.
image

Shouldn't I not need to go through the db setting if I have a mySql linked?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions