Skip to content

Commit

Permalink
join repeated "<<"
Browse files Browse the repository at this point in the history
docker/compose#10411

repeated "<<" break docker-compose >= 2.17

yaml: unmarshal errors:
  line 148: mapping key "<<" already defined at line 147
  • Loading branch information
chrnie authored May 25, 2023
1 parent 4bf4395 commit 01b5f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ services:
- mysql
environment:
icingaweb.enabledModules: director, icingadb, incubator
<<: *icinga-db-web-config
<<: *icinga-director-config
<<: *icinga-web-config
<<: [ *icinga-web-config,
*icinga-db-web-config,
*icinga-director-config ]
logging: *default-logging
image: icinga/icingaweb2
ports:
Expand Down

0 comments on commit 01b5f01

Please sign in to comment.