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
{{ message }}
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
first of all thank you for docker image you built. it is very helpful.
I run into problem: if TORAN_HOST and TORAN_HTTP_PORT are provided toran is not responding by HTTP (http://192.168.1.123:8080) but if I remove both settings it is working though packages.json contains references to localhost instead of my server.
Hi,
first of all thank you for docker image you built. it is very helpful.
I run into problem: if TORAN_HOST and TORAN_HTTP_PORT are provided toran is not responding by HTTP (http://192.168.1.123:8080) but if I remove both settings it is working though packages.json contains references to localhost instead of my server.
There are no errors in logs.
Here is config I'm using:
Any idea how to fix that?
PS: My server is based on Ubuntu 18.04