Created
August 1, 2016 14:50
-
-
Save housni/11565720e479500f186fb8c2495653a1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
mariadb: | |
env_file: | |
- ./mariadb/dev/passwords.env | |
# cat ./mariadb/dev/passwords.env | |
MYSQL_ROOT_PASSWORD=root | |
MYSQL_DATABASE=database_name_here | |
MYSQL_USER=cabin | |
MYSQL_PASSWORD=nibac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment