From c96551e41024cedfe9744b5761d73a03066d6ff4 Mon Sep 17 00:00:00 2001 From: Hao Date: Mon, 26 Sep 2022 14:22:38 +0800 Subject: [PATCH] feat(stack): rebuild image for compose stack from git [EE-2681] (#7707) * feat(stack): rebuild image for compose stack from git [EE-2681] * feat(stack): rebuild image for compose stack from git [EE-2681] * --no-edit * UI --- .../git-form-compose-path-field.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/portainer/components/forms/git-form/git-form-compose-path-field/git-form-compose-path-field.html b/app/portainer/components/forms/git-form/git-form-compose-path-field/git-form-compose-path-field.html index 2251da7f6..4f672f7f8 100644 --- a/app/portainer/components/forms/git-form/git-form-compose-path-field/git-form-compose-path-field.html +++ b/app/portainer/components/forms/git-form/git-form-compose-path-field/git-form-compose-path-field.html @@ -2,7 +2,10 @@
Indicate the path to the {{ $ctrl.deployMethod == 'compose' ? 'Compose' : 'Manifest' }} file from the root - of your repository + of your repository. To enable rebuilding of an image if already present on Docker standalone environments, includepull_policy: buildin your compose file as perDocker documentation.