github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/examples/mysql/Appfile (about) 1 application { 2 name = "mysql" 3 type = "docker-external" 4 } 5 6 customization { 7 image = "mysql:5.7" 8 run_args = "-p 3306:3306 -e MYSQL_ROOT_PASSWORD=root" 9 }