Skip to content

Fix duplicate mapping keys in docker-compose.yml#199

Merged
m1rl0k merged 1 commit intoContext-Engine-AI:testfrom
LivioGama:test
Jan 25, 2026
Merged

Fix duplicate mapping keys in docker-compose.yml#199
m1rl0k merged 1 commit intoContext-Engine-AI:testfrom
LivioGama:test

Conversation

@LivioGama
Copy link
Contributor

This PR fixes the duplicate mapping key errors in docker-compose.yml introduced in commit ddd1cee.

Changes

  • Removed duplicate definitions of entrypoint, restart, and cpus keys at lines 491-493
  • Kept the second set of values (cpus: 4.0) as they appear to be the intended configuration

Errors Fixed

line 491: mapping key "entrypoint" already defined at line 488
line 492: mapping key "restart" already defined at line 489
line 493: mapping key "cpus" already defined at line 490

The docker-compose file now validates successfully with docker compose config.

Removed duplicate definitions of entrypoint, restart, and cpus keys
at lines 491-493 that were causing YAML parsing errors.

Fixes the issue introduced in commit ddd1cee
Copy link

@Emirlol Emirlol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, I was having the same issue.

@m1rl0k m1rl0k merged commit 828e690 into Context-Engine-AI:test Jan 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants