-
Notifications
You must be signed in to change notification settings - Fork 31
Replies: 3 comments · 1 reply
-
BUMP, I've tried a full reinstall of docker and WSL to see of it might fix it too, no luck sadly. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I copied and pasted your docker-compose.yml and .env files, and it seems to work. Judging from the error log you posted, it looks like the .env file isn't loaded properly. Could you please post the logs from your console after running |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for the reply, Sorry for my delay. I let the project fall behind my list of ongoing projects. I've fully reinstalled docker and WSL, it works only on my local machine when i go to port 80. I can see the sign in on other machines on the network when I navigate to the server's IP but it won't let me go any further then the sign in screen. Below is a copy of the koillection logs:
Here are the logs for db:
Both the docker-compose.yml and .env are default from the instruction now. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I think i'm narrowing it down. My new theory is that for some reason the port for the db isn't actually working. I first attempted to open it by adding in port 5432 in windows firewall but that didn't work. Then I just decided to disable the firewall all together but it still didn't work. I tried changing the port to 9999 which i know works but still nothing. Aside from that, it works perfectly fine on the local machine but having it only accessible on a server defeats the purpose. |
Beta Was this translation helpful? Give feedback.
-
!!! DISCLAIMER I AM A NOOB AND THIS IS MY FIRST TIME USING DOCKER !!!
I've installed Koillection using docker compose on windows, i'm able to create accounts, sign in and use the app locally on my localhost at port 80. I can also see the sign in screen on other devices if i go to the servers IP however I can't actually sign in on these other devices, it just won't let me and doesn't present any error.
My theory is that the postgres DB is not running and because of that it won't let me access anything from outside the localhost. I checked this because I noticed that the container running the postgres exits and presents with the below error. I also tried switching it to the mySQL DB but a similar error also presents and the container/image won't start.
I've changed the password variable in the .env file from "ChangeMe!" to another one, the issue still exists. I've also given the below a shot after a suggestion from a friend however none of these steps have worked. In the docker-compose.yml i've tried keeping it default as well as changing environment variable to the below.
I've also tried these too
Current docker-compose.yml
Current .env
I've got no clue what i'm doing wrong, even if i leave everything as default, copied directly from the instructions it still won't world. this is my first time using docker and would appreciate any assistance.
Beta Was this translation helpful? Give feedback.
All reactions