Docker Compose for MySQL Workbench Setup for Linux Machines
| .gitignore | ||
| docker-compose.yaml | ||
| env.example | ||
| README.md | ||
Docker Compose for MySQL Workbench Setup for Linux Machines
- Author: Sakthi Santhosh
- Created on: 03/05/2024
Instructions
Start by creating the /.env file for storing secrets by executing the following command:
cp ./env.example ./.env
Now, fill the environment variables mentioned in the /.env file. Once done, execute the following command:
docker compose up --detach