https://rancher.com/ logo
Title
s

swift-hospital-28439

03/08/2023, 1:16 PM
Do we have a way to change docker-compose version in Rancher desktop? I need docker-compose v1 version instead of v2. Can you please help me here?
f

fast-garage-66093

03/08/2023, 5:10 PM
Download the binary from Release 1.29.2 · docker/compose and call it via
docker-compose
instead of
docker compose
.
👍 1
j

jolly-forest-99711

03/08/2023, 6:20 PM
You can also place that downloaded binary in
~/.docker/plugins/docker-compose
- Rancher Desktop will not overwrite it if so. That way you should be able to use it as
docker compose