Rank 2: Process
@joeyouss okie
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
@joeyouss okie
Rank 2: Process
@joeyouss i ran the command lemme give it a second
sure
Rank 2: Process
@joeyouss i killed the last instance as i added
{ "data-root": "/mnt/docker"}``` in my /etc/docker/daemon.jsonAccording to the arch wiki https://wiki.archlinux.org/title/docker
and again ran the command but now it's again pulling everything from the docker so it's taking up some time hereRank 2: Process
@joeyouss i didn't forget to add
docker login``` this time so i think it has to work this timeAdmin
What's in your appwrite folder now?
Rank 2: Process
@Steven appwrite inside appwrite idk what happened
Admin
Ya that's not good. Maybe you ran the install command inside the appwrite folder
Rank 2: Process
@Steven yeah if i do it from outside ```Warning: yaml_parse(): reading error encountered during parsing: control characters are not allowed (line 1, column 1) in /usr/src/code/src/Appwrite/Docker/Compose.php on line 20
Service not found
Rank 2: Process
@Steven lemme remove it then
Admin
This is probably because something is wrong with the docker compose file
Rank 2: Process
@Steven should there be anything to be specifically done for arch based distros ??
Admin
Nope
Rank 2: Process
@Steven lemme try to follow the archwiki then and will comeback
Rank 2: Process
@Steven but when i tried to run ubuntu bash docker image as a trial everything worked perfectly
Admin
What do you mean?
Rank 2: Process
@Steven perhaps docker is working fine idk
Admin
Yes, docker seems fine
Rank 2: Process
@Steven if I tried to do
$ docker compose up inside appwrite directory
yaml: control characters are not allowed```this comes upRank 2: Process
@Steven and @joeyouss i deleted the appwrite folder then ran appwrite run ....
what happened is that a docker-compose.yml file got created then i ran
docker compose up``` inside appwrite directory , Now appwrite is up and runningAdmin
Yes there was something wrong with the docker compose file
Rank 2: Process
@Steven how it could have happened???
Admin
Maybe you edited it and left some character out of place? Or maybe a previous upgrade didn't write the file properly. You had to look at the file to see what was wrong with it
Rank 2: Process
@Steven okiee thank you sir
Admin
[SOLVED] Docker, service not found