You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erst einmal vielen Dank für die Mühen um die Software dockerfähig zu machen! Ich habe Piler so installiert, wie du es beschrieben hast, bis auf eine kleine Änderung. Ich habe die Host-Ports in der Datei „piler-default.yaml“ geändert, da die Ports 80 und 443 bereits auf meinem Dockerhost verwendet werden:
ports:
- "26:25"
- "83:80"
- "4443:443"
Die Installation funktioniert dann auch ohne Fehlermeldung, allerdings kann ich das Webinterface dann nicht erreichen. Ich hatte in die Logs geschaut und ich glaube er versucht hier auf die falsche IP-Adresse zuzugreifen.
Übersicht der vorhandenen Container (mit IP-Adressinformationen):
Log vom piler-container:
Log vom mysql-container:
Ich denke er sollte sich mit der "172.18.0.2" verbinden oder nicht? Einen Weg das zu ändern, habe ich nicht gefunden. Kannst du mir helfen?
english version:
Hello,
thank you for taking effort in dockerizing this software! I just installed piler the way you described it, except of one small modification. I changed the host-ports in the piler-default.yaml because the ports 80 and 443 are already in use on my dockerhost:
ports:
- "26:25"
- "83:80"
- "4443:443"
The installation also works then without any error message but I cannot reach the webinterface then. I checked the logs and I think it tries to connect to the wrong ip adresss:
Overview of the existing containers (with ip address information):
Log from the piler-container:
Log from the mysql-container:
I think it should try to connect to this ip address: 172.18.0.2, right?
I didnt't find out how to change this. Can you help me?
The text was updated successfully, but these errors were encountered:
dominikjas
changed the title
Piler tries to connect to the wrong Database-IP
Piler tries to connect to the wrong database ip address
Dec 16, 2023
Hallo,
erst einmal vielen Dank für die Mühen um die Software dockerfähig zu machen! Ich habe Piler so installiert, wie du es beschrieben hast, bis auf eine kleine Änderung. Ich habe die Host-Ports in der Datei „piler-default.yaml“ geändert, da die Ports 80 und 443 bereits auf meinem Dockerhost verwendet werden:
Die Installation funktioniert dann auch ohne Fehlermeldung, allerdings kann ich das Webinterface dann nicht erreichen. Ich hatte in die Logs geschaut und ich glaube er versucht hier auf die falsche IP-Adresse zuzugreifen.
Übersicht der vorhandenen Container (mit IP-Adressinformationen):
Log vom piler-container:
Log vom mysql-container:
Ich denke er sollte sich mit der "172.18.0.2" verbinden oder nicht? Einen Weg das zu ändern, habe ich nicht gefunden. Kannst du mir helfen?
english version:
Hello,
thank you for taking effort in dockerizing this software! I just installed piler the way you described it, except of one small modification. I changed the host-ports in the piler-default.yaml because the ports 80 and 443 are already in use on my dockerhost:
The installation also works then without any error message but I cannot reach the webinterface then. I checked the logs and I think it tries to connect to the wrong ip adresss:
Overview of the existing containers (with ip address information):
Log from the piler-container:
Log from the mysql-container:
I think it should try to connect to this ip address: 172.18.0.2, right?
I didnt't find out how to change this. Can you help me?
The text was updated successfully, but these errors were encountered: