From 3cda77a881957a46d1b2a57677a872e886561340 Mon Sep 17 00:00:00 2001 From: SamBouwer Date: Sun, 22 Nov 2020 21:20:46 +0100 Subject: [PATCH] Update create.md Added information that clarifies that stacks created from GitHub hosted yml files are not pulling the latest version of that file upon updating the stack. --- docs/v2.0/stacks/create.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/v2.0/stacks/create.md b/docs/v2.0/stacks/create.md index 796b399..e67e2ee 100644 --- a/docs/v2.0/stacks/create.md +++ b/docs/v2.0/stacks/create.md @@ -45,8 +45,10 @@ If you need authenticate, define your user and password. NOTE: If you hav Set environment variables if needed and then click Deploy the Stack. +The docker-compose.yml file is only pulled once from GitHub for the creation of you stack. After creation, you cannot (auto-)update the stack based on changes in or commits to the file on GitHub. You can make local changes in the Editor tab like for stacks deployed from the Web editor but this won't affect the GitHub hosted file. See for the current status of a feaure request [Add the ability to update and redeploy a stack created from a git repository #1753](https://github.com/portainer/portainer/issues/1753) + ![create](assets/create-4.png) ## Notes -[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md). \ No newline at end of file +[Contribute to these docs](https://github.com/portainer/portainer-docs/blob/master/contributing.md).