Skip to content

Replace deprecated docker-compose with docker compose in README#2

Open
siva01c wants to merge 1 commit intomasterfrom
codex/update-drupal-to-latest-version
Open

Replace deprecated docker-compose with docker compose in README#2
siva01c wants to merge 1 commit intomasterfrom
codex/update-drupal-to-latest-version

Conversation

@siva01c
Copy link
Copy Markdown
Owner

@siva01c siva01c commented Mar 13, 2026

Motivation

  • Update the README to use the modern Docker CLI subcommand docker compose for compatibility with current Docker versions.

Description

  • Replace docker-compose up -d with docker compose up -d in README.md.
  • Replace docker-compose exec drupal bash with docker compose exec drupal bash in README.md.
  • Preserve the existing composer install instruction and the example URL and port reference.

Testing

  • No automated tests were applicable for this documentation-only change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant