Skip to content

Commit 036c3a7

Browse files
avoid warning about x-defang-llm (#1098)
1 parent cf1d883 commit 036c3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/cli/compose/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func validateService(svccfg *composeTypes.ServiceConfig, project *composeTypes.P
326326

327327
for k := range svccfg.Extensions {
328328
switch k {
329-
case "x-defang-dns-role", "x-defang-static-files", "x-defang-redis", "x-defang-postgres":
329+
case "x-defang-dns-role", "x-defang-static-files", "x-defang-redis", "x-defang-postgres", "x-defang-llm":
330330
continue
331331
default:
332332
term.Warnf("service %q: unsupported compose extension: %q", svccfg.Name, k)

0 commit comments

Comments
 (0)