Skip to content

Instantly share code, notes, and snippets.

@alexandramartinez
Created July 28, 2025 11:33
Show Gist options
  • Select an option

  • Save alexandramartinez/3174ad0bc44ed1c7031e479522968a66 to your computer and use it in GitHub Desktop.

Select an option

Save alexandramartinez/3174ad0bc44ed1c7031e479522968a66 to your computer and use it in GitHub Desktop.
version: '3'
services:
db:
image: mysql:latest
environment:
MYSQL_ROOT_PASSWORD: admin
MYSQL_DATABASE: mysqldb
MYSQL_USER: user
MYSQL_PASSWORD: password
ports:
- 3306:3306
volumes:
- db_data:/var/lib/mysql
volumes:
db_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment