close

Filter

Release Notes / Version 11.2304
Table Of Contents
fix yaml syntax in compose files with multiple yaml anchors

Starting with compose version 2.17, yaml parsing has become more strict and the formerly accepted but invalid syntax to define multiple yaml anchors is now rejected.

To apply the fix manually, replace:

environment:
      << : *envs-anchor-1
      << : *envs-anchor-2

with:

environment:
      << : [*envs-anchor-1, *envs-anchor-2]

(CMS-22995)

Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.