Skip to content

Instantly share code, notes, and snippets.

View aryanprince's full-sized avatar
🪄
Working Magic

Aryan Prince aryanprince

🪄
Working Magic
View GitHub Profile
@aryanprince
aryanprince / mysql-docker-compose.yml
Last active March 1, 2024 23:17
Setting up Postgres and MySQL locally using Docker Compose
version: "3.9"
name: myprojectname-mysql
services:
# This is your local MySQL database instance
mysql-db:
image: mysql
restart: always
environment: