remove message for docker compose limitation
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user