|
@@ -378,6 +378,7 @@ func (s *composeService) getCreateOptions(ctx context.Context, p *types.Project,
|
|
|
PidMode: container.PidMode(service.Pid),
|
|
PidMode: container.PidMode(service.Pid),
|
|
|
Tmpfs: tmpfs,
|
|
Tmpfs: tmpfs,
|
|
|
Isolation: container.Isolation(service.Isolation),
|
|
Isolation: container.Isolation(service.Isolation),
|
|
|
|
|
+ Runtime: service.Runtime,
|
|
|
LogConfig: logConfig,
|
|
LogConfig: logConfig,
|
|
|
}
|
|
}
|
|
|
|
|
|