You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/compose/publish.go
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -388,13 +388,13 @@ func (s *composeService) checkEnvironmentVariables(project *types.Project, optio
388
388
if!options.WithEnvironment&&len(errorList) >0 {
389
389
errorMsgSuffix:="To avoid leaking sensitive data, you must either explicitly allow the sending of environment variables by using the --with-env flag,\n"+
390
390
"or remove sensitive data from your Compose configuration"
0 commit comments