Sfoglia il codice sorgente

Add support for tty in composefile v3

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Vincent Demeester 8 anni fa
parent
commit
de15de6b4d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      cli/command/stack/deploy.go

+ 1 - 0
cli/command/stack/deploy.go

@@ -504,6 +504,7 @@ func convertService(
 				User:            service.User,
 				Mounts:          mounts,
 				StopGracePeriod: service.StopGracePeriod,
+				TTY:             service.Tty,
 			},
 			Resources:     resources,
 			RestartPolicy: restartPolicy,