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

docker-compose required when it's deprecated with "docker compose" #3455

Closed
1 task done
matti opened this issue Dec 3, 2024 · 2 comments
Closed
1 task done

docker-compose required when it's deprecated with "docker compose" #3455

matti opened this issue Dec 3, 2024 · 2 comments
Labels

Comments

@matti
Copy link
Contributor

matti commented Dec 3, 2024

Self-Hosted Version

24.1.0

CPU Architecture

x86_64

Docker Version

not relevant

Docker Compose Version

not relevant

Machine Specification

  • My system meets the minimum system requirements of Sentry

Steps to Reproduce

running ./install.sh fails because it looks for docker-compose, but nowadays docker compose should be fine.

Expected Result

./install.sh to use docker compose

Actual Result

n/a

Event ID

No response

@aldy505
Copy link
Collaborator

aldy505 commented Dec 9, 2024

The default is docker compose (without the dash). See the logic here

# To support users that are symlinking to docker-compose
dc_base="$(docker compose version &>/dev/null && echo 'docker compose' || echo 'docker-compose')"

@getsantry
Copy link

getsantry bot commented Jan 2, 2025

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added the Stale label Jan 2, 2025
@getsantry getsantry bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants