Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

New image: phpMyAdmin (clone) #640

Open
3 tasks
lucassmacedo opened this issue Mar 1, 2016 · 1 comment
Open
3 tasks

New image: phpMyAdmin (clone) #640

lucassmacedo opened this issue Mar 1, 2016 · 1 comment

Comments

@lucassmacedo
Copy link
Contributor

Because the current image is specific to the PHP application and not necessarily to the database, there's a need to create a new isolated image.

@gullitmiranda
Copy link
Member

Workaround

add env MYSQL_PASS in mysql export_envs in your Azkfile:

e.g.:

mysql: {
  // ...
  export_envs: {
    // ...
    MYSQL_PASSWORD: "#{envs.MYSQL_PASSWORD}",
    MYSQL_PASS: "#{envs.MYSQL_PASSWORD}",
  }
}

@nuxlli nuxlli changed the title Nova imagem phpMyAdmin (clone) New image: phpMyAdmin (clone) Apr 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants