mirror of https://github.com/docker/cli.git
Include stack service configs in service specs
Signed-off-by: John Stephens <johnstep@docker.com>
This commit is contained in:
parent
1b8b63be5c
commit
b7cac96f69
|
@ -141,6 +141,7 @@ func convertService(
|
|||
TTY: service.Tty,
|
||||
OpenStdin: service.StdinOpen,
|
||||
Secrets: secrets,
|
||||
Configs: configs,
|
||||
ReadOnly: service.ReadOnly,
|
||||
Privileges: &privileges,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue