Debian?
docker start $(docker ps -a -q)
???
What distro is your Linux?
derbian
Parrot OS precisely
Good Then run
sudo apt-get update
sudo apt-get install docker-compose-plugin
After that run it again.
E: Unable to locate package docker-compose-plugin
Mmm So just install it manually
Follow the instructions here https://docs.docker.com/compose/install/linux/#install-the-plugin-manually
sighs, same issue after installation
do you have docker-compose in your terminal?
Is this work?
docker-compose down && docker-compose up -d
not found
but I installed docker ๐
You ran all the steps here?
but derbian repo, since the official on was given installation issues
Yes, some dir or files not found
new error:
Good
Make sure you're running the docker compose command in the same folder as your docker-compose.yml is
Okay
you're indeed a senior developer <:appwriterocket:823996226894692403>
resolved
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...