Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Guide: Incorrect Docker Compose Command #2548

Open
cnabildev opened this issue Oct 15, 2024 · 1 comment
Open

Installation Guide: Incorrect Docker Compose Command #2548

cnabildev opened this issue Oct 15, 2024 · 1 comment

Comments

@cnabildev
Copy link

I've noticed that the Docker Compose commands in the DigitalOcean installation guide are incorrectly formatted. Specifically, the guide currently uses docker compose stop and docker compose up, which may lead to unexpected issues.

Current Commands in Documentation:

sudo docker compose stop
sudo docker compose up

Recommended Correct Commands:

sudo docker-compose up
sudo docker-compose stop

Affected Documentation Path: docs/hosting/installation/server-setups/digital-ocean.md

@Joffcom
Copy link
Member

Joffcom commented Oct 23, 2024

Hey @cnabildev,

Can you clarify more on this? docker compose is currently the correct command to use as docker-compose is for an older version of Docker.

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

No branches or pull requests

2 participants