dockerdigital-oceandokku

What is the proper command to restart a Dokku app from SSH?


A Rails app I deployed on DigitalOcean using Dokku crashed and started returning 500 errors.

How can I restart it without pushing an empty commit?


Solution

  • dokku ps:restart <app> works for me logged in with dokku system user.

    Use dokku apps:list to list your apps.