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

start.sh uses ‚docker compose‘ instead of ‚docker compose‘ #84

Open
RRFfm opened this issue Oct 7, 2022 · 1 comment
Open

Comments

@RRFfm
Copy link

RRFfm commented Oct 7, 2022

I use ‚Compose V2‘ on my device, so ‚docker-compose’ ist not available and the script fails. As a quickfix, I changed all ‚docker-compose‘ to ‚docker compose‘.

@rsplaul
Copy link

rsplaul commented Dec 9, 2023

As a workaround you might as well create an executable file /usr/local/bin/docker-compose on the docker host with the following content:

#!/bin/sh

/usr/bin/docker compose "$@"

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