Skip to content

Instantly share code, notes, and snippets.

@httpmurilo
Created May 27, 2020 14:05
Show Gist options
  • Save httpmurilo/2032d3ba8980d6488beec0d896ddc375 to your computer and use it in GitHub Desktop.
Save httpmurilo/2032d3ba8980d6488beec0d896ddc375 to your computer and use it in GitHub Desktop.
mysql- composer-file
version: '3.3'
volumes:
data:
services:
db:
image: mysql:latest
ports:
- "3306:3306"
volumes:
- data:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=development
- MYSQL_DATABASE=app_development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment