From 9dc04d220ab8e82dfd569a9c9aa67e17e5eeaaed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Busso?= Date: Thu, 21 Jan 2021 15:07:34 +1300 Subject: [PATCH] remove message for docker compose limitation --- app/portainer/views/stacks/create/createstack.html | 3 +-- app/portainer/views/stacks/edit/stack.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/portainer/views/stacks/create/createstack.html b/app/portainer/views/stacks/create/createstack.html index a3a92f3ee..185f44742 100644 --- a/app/portainer/views/stacks/create/createstack.html +++ b/app/portainer/views/stacks/create/createstack.html @@ -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. - This stack will be deployed using docker-compose. Compose file format is supported up to and including version {{ composeSyntaxMaxVersion }}. + This stack will be deployed using docker-compose. >. diff --git a/app/portainer/views/stacks/edit/stack.html b/app/portainer/views/stacks/edit/stack.html index 8493d2eb5..71dec873d 100644 --- a/app/portainer/views/stacks/edit/stack.html +++ b/app/portainer/views/stacks/edit/stack.html @@ -99,8 +99,7 @@

- This stack will be deployed using docker-compose. Compose file format is supported up to and including version {{ composeSyntaxMaxVersion }}.

+ This stack will be deployed using docker-compose. >.

You can get more information about Compose file format in the official documentation.