Skip to content

docs: remove reference to nonexistent database-compose.yml#336

Closed
Suraj-H675 wants to merge 1 commit into
chaoss:mainfrom
Suraj-H675:fix/issue-333-remove-database-compose-ref
Closed

docs: remove reference to nonexistent database-compose.yml#336
Suraj-H675 wants to merge 1 commit into
chaoss:mainfrom
Suraj-H675:fix/issue-333-remove-database-compose-ref

Conversation

@Suraj-H675
Copy link
Copy Markdown

What problem does this solve?

Removes a reference to a nonexistent database-compose.yml file in the Docker Compose documentation. The database service is already included in docker-compose.yml, so docker compose up is sufficient. Closes #333.

What changed and why?

  • Changed line 53 in docs/source/docker/docker-compose.rst from:
    docker compose -f docker-compose.yml -f database-compose.yml up
    to:
    docker compose up

How was this tested?

  • Verified database-compose.yml does not exist in the repository
  • Verified docker-compose.yml already includes a database service

Checklist

  • Read CONTRIBUTING.md
  • Changes match project coding style
  • DCO sign-off added (-s flag used on commit)
  • Only the documented fix changed (1 line)

This contribution was created with AI assistance, with human review and approval at each step.

The database-compose.yml file no longer exists. The database service is
already included in docker-compose.yml, so 'docker compose up' is
sufficient to run with the database container.

Fixes #333

Signed-off-by: Suraj <surajh6705@gmail.com>
@Suraj-H675 Suraj-H675 marked this pull request as ready for review May 23, 2026 09:28
@Suraj-H675 Suraj-H675 requested a review from MoralCode as a code owner May 23, 2026 09:28
@Suraj-H675 Suraj-H675 closed this by deleting the head repository May 23, 2026
@MoralCode
Copy link
Copy Markdown
Contributor

This looks good and I'd love to merge it, but it seems like the fork that this commit came from was deleted?

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.

Update docker compose docs to remove reference to nonexistent compose file

2 participants