Back

[SOLVED] Appwrite default installation folder

  • 0
  • Self Hosted
  • General
Binyamin
29 Jun, 2023, 15:39

Oh okay What is your output of your docker compose ls

TL;DR
Title: [SOLVED] Appwrite default installation folder Solution: The default installation folder for Appwrite is `/root/appwrite/docker-compose.yml`. To run the application, use the following command: ``` cd /root/appwrite docker compose up -d ``` If that doesn't work, try: ``` docker compose -f /root/appwrite/docker-compose.yml up -d ``` If you're unable to find the `docker-compose.yml` file, run the following command to search for it: ``` find / -name "docker-compose.yml" ``` Additionally, make sure you're not inside
D5
29 Jun, 2023, 15:39

NAME STATUS CONFIG FILES appwrite running(20) /usr/src/code/appwrite/docker-compose.yml

Binyamin
29 Jun, 2023, 15:41

Then try this

TypeScript
docker compose -f /usr/src/code/appwrite/docker-compose.yml up -d
D5
29 Jun, 2023, 15:41

Same, no such file or directory error

Binyamin
29 Jun, 2023, 15:41

Are you maybe inside some container?

Binyamin
29 Jun, 2023, 15:42

As this path is not usually in Ubuntu.

D5
29 Jun, 2023, 15:42

I dont know, what do you mean with container?

Binyamin
29 Jun, 2023, 15:43

What is the output of

TypeScript
uname -a
D5
29 Jun, 2023, 15:44

Linux ubuntu 5.15.0-72-generic #79-Ubuntu SMP Wed Apr 19 08:22:18 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Binyamin
29 Jun, 2023, 15:45

That seems fine.

D5
29 Jun, 2023, 15:46

Just had setup it today

Binyamin
29 Jun, 2023, 15:46

Okay, let's take the long way

Binyamin
29 Jun, 2023, 15:46

Run this to find all docker-compose.yml file in your server

TypeScript
find / -name "docker-compose.yml"
D5
29 Jun, 2023, 15:46

And edited docker compose file, that worked correctly, but now it trhows the error

Binyamin
29 Jun, 2023, 15:46

What error?

D5
29 Jun, 2023, 15:47

not found

D5
29 Jun, 2023, 15:47

Result:

D5
29 Jun, 2023, 15:48

Is that Ok?

Binyamin
29 Jun, 2023, 15:48

Good

Binyamin
29 Jun, 2023, 15:49

Then this is your file

TypeScript
/root/appwrite/docker-compose.yml
Binyamin
29 Jun, 2023, 15:49

Run

TypeScript
cd /root/appwrite
docker compose up -d

Or

TypeScript
docker compose -f /root/appwrite/docker-compose.yml up -d
D5
29 Jun, 2023, 15:50

That worked

D5
29 Jun, 2023, 15:51

Recreating containers, hope I don't run into a new error πŸ˜†

Binyamin
29 Jun, 2023, 15:51

Let's hope πŸ˜„

D5
29 Jun, 2023, 15:52

[SOLVED] Appwrite default installation folder

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more