Skip to content

Commit

Permalink
Update php/templates/containers.twig
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Steinmetz <[email protected]>
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ and st3iny authored Oct 15, 2024
1 parent 79e7e4b commit 2ad196c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/templates/containers.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{% if container.GetDisplayName() != '' and runingState == 'restarting' %}
{% set isAnyRestarting = true %}
{% endif %}
{% if container.GetIdentifier() == 'nextcloud-aio-watchtower' and runingState in ['running', 'unhealthy', 'starting'] %}
{% if container.GetIdentifier() == 'nextcloud-aio-watchtower' and container.GetRunningState().isNotStopped() %}
{% set isWatchtowerRunning = true %}
{% endif %}
{% if container.GetIdentifier() == 'nextcloud-aio-domaincheck' and runingState in ['running', 'unhealthy', 'starting'] %}
Expand Down

0 comments on commit 2ad196c

Please sign in to comment.