remove message for docker compose limitation

This commit is contained in:
Stéphane Busso
2021-01-21 15:07:34 +13:00
parent 36f8e42dfe
commit 9dc04d220a
2 changed files with 2 additions and 4 deletions

View File

@@ -26,8 +26,7 @@
Note: Due to a limitation of libcompose, the name of the stack will be standardized to remove all special characters and uppercase letters.
</span>
<span class="col-sm-12 text-muted small" ng-if="state.StackType === 2 && composeSyntaxMaxVersion > 2">
This stack will be deployed using <code>docker-compose</code>. Compose file format is supported up to and including version <b>{{ composeSyntaxMaxVersion }}</b
>.
This stack will be deployed using <code>docker-compose</code>. >.
</span>
</div>
<!-- build-method -->

View File

@@ -99,8 +99,7 @@
<br /><br />
</span>
<span class="col-sm-12 text-muted small" ng-if="stackType == 2 && composeSyntaxMaxVersion > 2">
This stack will be deployed using <code>docker-compose</code>. Compose file format is supported up to and including version <b>{{ composeSyntaxMaxVersion }}</b
>. <br /><br />
This stack will be deployed using <code>docker-compose</code>. >. <br /><br />
</span>
<span class="col-sm-12 text-muted small">
You can get more information about Compose file format in the <a href="https://docs.docker.com/compose/compose-file/" target="_blank">official documentation</a>.