the smae issue agian
where do i go from here
Then set manually your docker compose file
Basically create that file called docker-compose.yml or modify the existing one with those parameters
It should be in the main installation folder, inside another folder called appwrite
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
i was able to edit it using vs code and using sudo
So did you have set it like in the link i sent you?
yes
i set it with the details in the link
Okay, after that run:
docker compose up -d```
note, if you have other containers running, this will rebuild them
it is showing "no configuration file provided: not found"
Where do you get that error?
are you running the command in your appwrite folder?
no
just in the home directory
should i run it inthe appwrite folder?
Yes
done so and it's running fine
Are you able now to login into your appwrite instance?
once its done i will try that
i have been in this phase for so long, would it ever end
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.
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, Iβm using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...