iam4x / bobarr

🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
MIT License
1.5k stars 85 forks source link

Error: docker-compose: command not found #273

Closed sergeycherepanov closed 10 months ago

sergeycherepanov commented 1 year ago

Install script does not support modern docker compose

The error:

bash: line 52: docker-compose: command not found
root@ubuntu-2gb-hel1-1:~/bobarr# docker compose version
Docker Compose version v2.18.1
Oratorian commented 10 months ago

edit the bobarr.sh and modify docker-compose to docker compose save, then do bash bobarr.sh

iam4x commented 10 months ago

Closed with PR #276