Created
May 27, 2020 14:05
-
-
Save httpmurilo/2032d3ba8980d6488beec0d896ddc375 to your computer and use it in GitHub Desktop.
mysql- composer-file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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