tiredofit / docker-freescout

Dockerized web based help desk and shared inbox
MIT License
225 stars 92 forks source link

Can't get it to work properly #62

Open ValeurDK opened 2 years ago

ValeurDK commented 2 years ago

I've cloned the docker-freescout project and sat SITE_URL to '127.0.0.1' and then run the no-proxy yml file with docker-compose.

When I then try to go on localhost/127.0.0.1 I got the "Sorry, the page you are looking for could not be found." 404 site.

This is with the

./data:/data

volume line in the docker-compose file. If I try with

./data:/www/html

I get a different error when trying to connect. It tells me this:

image

In both cases I can go to 127.0.0.1/tools.php just fine, but index and login.php I can't

What am I doing wrong?

ValeurDK commented 2 years ago

I have a feeling it is related to the config folder missing:

image

there's a config file instead, which is equal to the generated .env file.

ValeurDK commented 2 years ago

Okay, so I pasted in the config folder and now I am back to getting "Sorry, the page you are looking for could not be found." 404 site. Like this:

image

And here is the tools.php site: image

It is not possible to run it on localhost?