You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago |
README.md
Reference repo containing phpMyAdmin & MySQL
Usage
Create a .env
file in the directory with the following variables:
MYSQL_USER=YourUsernameHere
MYSQL_PASSWORD=YourPasswordHere
MYSQL_DATABASE=YourDBNameHere
Standup the cluster:
docker-compose up -d