fix(upgrade): add label to upgrade mustache template [EE-5029] (#8505)

pull/8436/merge
Oscar Zhou 2023-02-17 13:56:01 +13:00 committed by GitHub
parent 23f3008500
commit 631503fc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ version: "3"
services:
updater:
image: {{updater_image}}{{^updater_image}}portainer/portainer-updater:latest{{/updater_image}}
labels:
- io.portainer.hideStack=true
- io.portainer.updater=true
command: ["portainer",
"--image", "{{image}}{{^image}}portainer/portainer-ee:latest{{/image}}",
"--env-type", "{{envType}}{{^envType}}standalone{{/envType}}",