
That doesn't seem right...it should be 2.17.3 or something

How about docker compose version

yes it seems not working

i get the same error command not found

intresting

I don't think you installed it right. See https://docs.docker.com/compose/install/linux/#install-the-plugin-manually

Why did you put it in /var/packages?

now this command docker-compose --version
is also not working

ok i look through this link a bit

ok i have run this command sudo curl -SL https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-linux-x86_64 -o docker-compose
from the url and now with docker-compose --versioni get this output
Docker Compose version v2.17.2 and with
docker compose --version or
docker compose version``` i get again command not found

sorry with docker compose --version
i get Docker version 20.10.3, build 55f0773

You'll need to install docker compose plugin in the system wide

What linux you're using

i am using the synology nas through ssh

You can follow all the steps here
https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
Then you'll be able to run docker compose version

perfect, now it shows me the following Docker Compose version v2.17.2
with sudo docker compose version
after i followed all the steps above

but unfortunately i get comman not found with sudo docker compose ps
command

For the ps you omit the compose
sudo docker ps

oh right yes its working

in the old version i had to write also the compose command

is it right that the docker-compose will work as well. I can also run it with docker-compose

From my POV it's looks like it's gonna work

ok then perfect

you guys are perfect thank you soo much @Steven and @Binyamin now i am also able to normally start and stop appwrite containers without this problem and the override compose file are also affected and i am also now able to connect with the appwrite mariadb directly without ssh through the configured port in my override compose file. Now i can resurch and play arround with database a bit.

i think this error was because of the old docker compose version i had
Recommended threads
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
