MySQL single sever and PhpMyAdmin with Docker Compose and Vagrant deploy
- Docker compose
git clone https://github.com/sebastianaf/training-mysql-single
cd training-mysql-single
Create a .env
from .env.example
file in the root folder with all environment variables, this variables will be used by the containers, it need to be reached by docker-compose.yml
file.
It's recommend to change all the names (in docker-compose.yml
) named with org
and project
with your own organization name and project name.
docker compose -p training-posgresql up -d
After type and run the command go to localhost:${PMA_PORT}