TeamPiped / Piped-Docker

MIT License
46 stars 33 forks source link

docker-compose check fails if you instead have docker compose #23

Closed AlyoshaVasilieva closed 2 years ago

AlyoshaVasilieva commented 2 years ago

Using docker's repos on my Debian server, I have Docker version 20.10.17 with the compose plugin v2.6.0 (run using docker compose), instead of an actual docker-compose command. This causes this check to fail: https://github.com/TeamPiped/Piped-Docker/blob/0db1302898280d1dcc0001e30d84021f1b9977e6/configure-instance.sh#L1-L5

Commenting that check out is a workaround.