Skip to content

Instantly share code, notes, and snippets.

@standinga
Last active June 18, 2019 00:47
Show Gist options
  • Save standinga/103f8f2cc282dda14d11639b97b7ec07 to your computer and use it in GitHub Desktop.
Save standinga/103f8f2cc282dda14d11639b97b7ec07 to your computer and use it in GitHub Desktop.
example .env file for medium post about moving wordpress into docker containers
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