Skip to content

fix docker compose cmd#823

Merged
JammingBen merged 1 commit into
mainfrom
individual-it-patch-1
May 11, 2026
Merged

fix docker compose cmd#823
JammingBen merged 1 commit into
mainfrom
individual-it-patch-1

Conversation

@individual-it
Copy link
Copy Markdown
Contributor

I think it should be docker compose and not docker-compose these days

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the web development tooling documentation to use the modern Docker Compose v2 CLI syntax (docker compose) instead of the legacy standalone binary (docker-compose), aligning the command examples with current Docker installs.

Changes:

  • Replace docker-compose up ... with docker compose up ... in the “Starting the Server” instructions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

### Starting the Server

You can start the OpenCloud server by running `docker-compose up opencloud -d`. If you want to run the full stack, you can run `docker-compose up -d` instead. This will also start the wopi service and an instance of Collabora.
You can start the OpenCloud server by running `docker compose up opencloud -d`. If you want to run the full stack, you can run `docker compose up -d` instead. This will also start the wopi service and an instance of Collabora.
@JammingBen JammingBen merged commit 43407ba into main May 11, 2026
6 of 7 checks passed
@JammingBen JammingBen deleted the individual-it-patch-1 branch May 11, 2026 14:03
@openclouders openclouders mentioned this pull request May 11, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants