mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
parent
eccc8131dd
commit
bb48ab00cb
5 changed files with 28 additions and 28 deletions
|
@ -24,7 +24,7 @@ type composeStackFromFileContentPayload struct {
|
|||
// Content of the Stack file
|
||||
StackFileContent string `example:"version: 3\n services:\n web:\n image:nginx" validate:"required"`
|
||||
// A list of environment(endpoint) variables used during stack deployment
|
||||
Env []portainer.Pair `example:""`
|
||||
Env []portainer.Pair
|
||||
// Whether the stack is from a app template
|
||||
FromAppTemplate bool `example:"false"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue