Rank 2: Process
the smae issue agian
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
the smae issue agian
Rank 2: Process
where do i go from here
Moderator
Then set manually your docker compose file
Moderator
Moderator
Basically create that file called docker-compose.yml or modify the existing one with those parameters
Moderator
It should be in the main installation folder, inside another folder called appwrite
Rank 2: Process
because i installed it thrice, there are two backups and one saved as docker-compose.yml, and the content in it is the same as the on e in the link you shared with me, even though it wouldn't let me edit it
Rank 2: Process
i was able to edit it using vs code and using sudo
Moderator
So did you have set it like in the link i sent you?
Rank 2: Process
yes
Rank 2: Process
i set it with the details in the link
Moderator
Okay, after that run:
docker compose up -d```
note, if you have other containers running, this will rebuild themRank 2: Process
it is showing "no configuration file provided: not found"
Moderator
Where do you get that error?
Moderator
are you running the command in your appwrite folder?
Rank 2: Process
no
Rank 2: Process
just in the home directory
Rank 2: Process
should i run it inthe appwrite folder?
Moderator
Yes
Rank 2: Process
done so and it's running fine
Moderator
Are you able now to login into your appwrite instance?
Rank 2: Process
once its done i will try that
Rank 2: Process
i have been in this phase for so long, would it ever end
Moderator
Seems something is wrong with your docker installation then
You can try stopping and then run docker compose up -d in the installation folder to try spinning things up again.