github.com/bhameyie/otto@v0.2.1-0.20160406174117-16052efa52ec/examples/memcached/Appfile (about)

     1  application {
     2      name = "memcached"
     3      type = "docker-external"
     4  }
     5  
     6  customization {
     7      image = "memcached:1.4"
     8      run_args = "-p 11211:11211"
     9  }