mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
In some cases, a single allocation for a service may not be running, but the others will, and `is_app_running` will return the wrong thing. Closes #2772