Skip to content

Commit

Permalink
Repo-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Jan 28, 2025
1 parent 80e378f commit 2dc5fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions community-containers/scrutiny/scrutiny.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"image": "szaimen/aio-scrutiny",
"image_tag": "v1",
"internal_port": "8000",
"init": false,
"restart": "unless-stopped",
"ports": [
{
Expand Down
6 changes: 3 additions & 3 deletions php/templates/containers.twig
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
(<a href="{{ container.GetDocumentation() }}">docs</a>)
{% endif %}
{% if container.GetUiSecret() != '' %}
(password: {{ container.GetUiSecret() }} )
(password: {{ container.GetUiSecret() }})
{% endif %}
</span>
{% elseif container.GetRunningState().value == 'running' %}
Expand All @@ -293,7 +293,7 @@
(<a href="{{ container.GetDocumentation() }}">docs</a>)
{% endif %}
{% if container.GetUiSecret() != '' %}
(password: {{ container.GetUiSecret() }} )
(password: {{ container.GetUiSecret() }})
{% endif %}
</span>
{% else %}
Expand All @@ -303,7 +303,7 @@
(<a href="{{ container.GetDocumentation() }}">docs</a>)
{% endif %}
{% if container.GetUiSecret() != '' %}
(password: {{ container.GetUiSecret() }} )
(password: {{ container.GetUiSecret() }})
{% endif %}
</span>
{% endif %}
Expand Down

0 comments on commit 2dc5fc5

Please sign in to comment.