mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
fix(upgrade): add label to upgrade mustache template [EE-5029] (#8505)
This commit is contained in:
parent
23f3008500
commit
631503fc1b
2 changed files with 4 additions and 1 deletions
|
@ -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}}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue