Skip to content

Commit

Permalink
fix: docker-compose now requires composite merge keys to be a list
Browse files Browse the repository at this point in the history
Repeated anchors are not allowed in YAML, the values should be a list. See docker/compose#10411 (comment)
  • Loading branch information
abates committed May 5, 2023
1 parent f425df8 commit 712375c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions development/docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ services:
condition: "service_started"
db:
condition: "service_healthy"
<<: *nautobot-build
<<: *nautobot-base
<<: [*nautobot-build, *nautobot-base]
worker:
entrypoint:
- "sh"
Expand Down

0 comments on commit 712375c

Please sign in to comment.