Need a how-to guide for using DigitalOcean Block Storage for image uploads

So, @tehn, you’d add something like this in the volumes section of your app.yml

   - volume:
       host: /other/volume/uploads
      guest: /shared/uploads
9 Likes