Docker Compose for MySQL Workbench Setup for Linux Machines
Find a file
2024-05-03 16:23:09 +05:30
.gitignore initial commit 2024-05-03 16:23:09 +05:30
docker-compose.yaml initial commit 2024-05-03 16:23:09 +05:30
env.example initial commit 2024-05-03 16:23:09 +05:30
README.md initial commit 2024-05-03 16:23:09 +05:30

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