This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Can you verify that you are using a current version of docker-compose?
Copy code
$ docker compose version
Docker Compose version v2.29.2
There is a bug in the Windows version of Rancher Desktop that doesn't update the cli plugins to the latest versions if there is already an earlier installation. In that case please update it manually from the app directory.
If you are running a newish version, and it still doesn't work, please file a GitHub issue.
c
i am getting version 2.5.1 .... so pretty old... how do I 'update manually from the app directory'??? where is that app directory?
f
The file that is loaded by
docker compose
is
"%USERPROFILE%\.docker\cli-plugins\docker-compose.exe"
. You may want to copy it somewhere else, just in case, and then replace it with the file from
"%ProgramFiles%\Rancher Desktop\resources\resources\win32\bin\docker-compose.exe"
. Then check if
docker compose version
shows a current version.
If it does, then check again if multiple
--env-file
settings are still broken. If they are, then please file a GitHub issue with all the version details and repro steps!
c
Hi @fast-garage-66093, this did it !! my script with multiple --env-file settings NOW works. Many thanks!!!
s
@chilly-grass-95280 Is
not
a typo? Did you mean
now
?
c
indeed NOW!! 🙂
😃 1