Unraid Docker installation on MySQL (webserver not available) #1216
-
I am trying to install Koillection via Docker on one of my Unraid servers. I am using MySQL as database. Both Koillection and MySQL are running but I am not able to reach the URL of the application in any way. In the GUI of Unraid I am using the following configuration: The MySQL database has the following configuration: Both Docker containers are running as can be seen in the following screenshot: The Docker log of Koillection gives me the following information:
I am trying to reach the Koillection web application via: http://192.168.99.96:8737 but no connection can be made. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, sorry I don't know much about unraid. The only thing I can think of is that on your last screenshot, the Koillection line indicates 172.17.0.5:8737/TCP -> ... (Unless unraid uses a customized docker image, in that case I don't know :/) |
Beta Was this translation helpful? Give feedback.
Hello, sorry I don't know much about unraid.
The only thing I can think of is that on your last screenshot, the Koillection line indicates 172.17.0.5:8737/TCP -> ...
If that's supposed to work like docker port forwarding, it should be 172.17.0.5:80 as the Koillection container exposed the port 80
(Unless unraid uses a customized docker image, in that case I don't know :/)