-
-
Save standinga/103f8f2cc282dda14d11639b97b7ec07 to your computer and use it in GitHub Desktop.
example .env file for medium post about moving wordpress into docker containers
This file contains hidden or 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
MYSQL_ROOT_PASSWORD=somerootpassword | |
MYSQL_DATABASE=wordpress | |
MYSQL_USER=wordpress | |
MYSQL_PASSWORD=wordpress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment