This repository was archived by the owner on Jul 31, 2024. It is now read-only.
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
toran is not responding by HTTP if TORAN_HOST and TORAN_HTTP_PORT are provided #62
Open
Description
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:
sudo docker run --name toran-proxy \
-p 8080:80 \
-e "TORAN_HOST=192.168.1.123" \
-e "TORAN_HTTP_PORT=8080" \
-v /volume1/toran-proxy:/data/toran-proxy \
cedvan/toran-proxy:1.5.4
Any idea how to fix that?
PS: My server is based on Ubuntu 18.04
Metadata
Metadata
Assignees
Labels
No labels