Skip to content

Instantly share code, notes, and snippets.

@McFateM
Last active February 20, 2018 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/2f38ab6fa9159c1d4c7cb1199f674bf0 to your computer and use it in GitHub Desktop.
Save McFateM/2f38ab6fa9159c1d4c7cb1199f674bf0 to your computer and use it in GitHub Desktop.
ISLE docker-compose.yml - 1.2.4.1 - Set your MySQL (mariadb) root password
Description:
------------
This line, inside the mysql:environment: section, defines the MySQL root password for the Drupal database that your Islandora instance will use.
Instructions:
-------------
Append a password of your choosing to the end of the line, like so:
- MYSQL_ROOT_PASSWORD=myPasswordChoiceHere
Remember your password, duh.
Use:
----
No further action required.
Notes:
------
Important! This is for development only; on production the root password should NOT be stored in docker-compose.yml!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment