Skip to content

docs: clarify that custom compose command replaces the default instead of appending#165

Merged
Siumauricio merged 1 commit into
mainfrom
docs/fix-compose-command-append
Jul 7, 2026
Merged

docs: clarify that custom compose command replaces the default instead of appending#165
Siumauricio merged 1 commit into
mainfrom
docs/fix-compose-command-append

Conversation

@Siumauricio

Copy link
Copy Markdown
Contributor

Summary

The docs claimed the compose Command field appends to the default command, but createCommand in dokploy fully replaces it with the custom command (executed as docker <command>). The UI already describes it correctly as an override.

This updates both pages that mentioned the append behavior:

  • core/features.mdx: now describes the field as a custom command that fully replaces the default one.
  • core/docker-compose/index.mdx: now explains the replacement behavior, that the command always starts with docker, and shows an example of a full custom command with --force-recreate.

Fixes #142

🤖 Generated with Claude Code

…d of appending

The docs claimed the Command field appends to the default command, but
createCommand in dokploy fully replaces it with the custom command.
Update both pages to describe the override behavior.

Fixes #142

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@Siumauricio Siumauricio merged commit c8f503a into main Jul 7, 2026
1 check failed
@Siumauricio Siumauricio deleted the docs/fix-compose-command-append branch July 7, 2026 09:22
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.

Compose command field replaces instead of appending (contradicts docs)

1 participant