Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.
For the best experience please use the latest Chrome, Safari or Firefox browser.
mysql:
image: mysql:5.6
volumes:
# mda = mysql_data_archive
- ./mda:/mda
environment:
MYSQL_PASS: admin
command: bash -c "cd / \
&& tar xvf /mda/backup.tar \
&& /run.sh"