Bump docker version (#1334)

to support compose 3.8
This commit is contained in:
Hang Yan
2020-10-31 17:30:28 +08:00
committed by GitHub
parent f31257f5cf
commit ee3228cb7a
5 changed files with 102 additions and 17 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ func (s *ServiceConfig) GetOSUpdateStrategy() *deployapi.RollingDeploymentStrate
delay := time.Second * 1
if config.Delay != 0 {
delay = config.Delay
delay = time.Duration(config.Delay)
}
interval := cast.ToInt64(delay.Seconds())