Skip to content

fix(docker): add CMD prefix to healthcheck test array#47

Merged
aJesus37 merged 2 commits into
mainfrom
fix/docker-compose-healthcheck
Mar 28, 2026
Merged

fix(docker): add CMD prefix to healthcheck test array#47
aJesus37 merged 2 commits into
mainfrom
fix/docker-compose-healthcheck

Conversation

@aJesus37

Copy link
Copy Markdown
Owner

Summary

  • Add "CMD" as the first element of healthcheck.test in docker-compose.yml
  • Coolify deployment was failing with: healthcheck.test must start either by "CMD", "CMD-SHELL" or "NONE"

Test plan

  • Deploy to Coolify and verify healthcheck passes

🤖 Generated with Claude Code

Jesus Santos added 2 commits March 28, 2026 08:53
Coolify requires healthcheck.test list to start with "CMD", "CMD-SHELL",
or "NONE" per Docker Compose spec.
@aJesus37
aJesus37 merged commit 94e60b9 into main Mar 28, 2026
5 checks passed
@aJesus37
aJesus37 deleted the fix/docker-compose-healthcheck branch March 28, 2026 11:57
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.

1 participant