linuxserver / docker-lychee

GNU General Public License v3.0
45 stars 16 forks source link

Fresh install; Server error or API not found #25

Closed wouterverduin closed 5 years ago

wouterverduin commented 5 years ago

Just installed using the docker compose after modifying for my personal use:


version: "2" services: lychee: image: linuxserver/lychee container_name: lychee environment:

So; installed it through docker compose the same way i used to do with other Linuxserver docker images. However, i got the error "Server error or API not found". Wat am i doing wrong?

In the logs i found this: 2019/07/03 19:32:58 [error] 312#312: *14 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.146, server: _, request: "POST /php/index.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "$

Looks i somewhere need to allow external acces, only how?!

Thanks for the help in advance!

tobbenb commented 5 years ago

Don't run it as root. Change it to the user that have access to the config folder on the host.

wouterverduin commented 5 years ago

I run it as root in a separate vm. Both folders are owned by root so that cant be the problem..

aptalca commented 5 years ago

That precisely is the problem