version: '2'
services:
mysql:
image: 'bitnami/mysql:5'
ports:
- '3306:3306'
volumes:
- 'mysql_data:/bitnami/mysql'
mysql_data:
driver: local