miladrahimi / outline-bridge-server

A Docker Compose for running V2Ray as bridge (relay) server for Outline shadowsocks servers
102 stars 20 forks source link

Bridge server IP problem ? #7

Closed ariamohh closed 1 year ago

ariamohh commented 1 year ago

Hi there , what do you mean by change the hostname to the bridge server ip ? when I run docker-compose up -d it comes with an error , says the port is alreay in use , I changed the port in setup.py to something else and it says

Recreating outline-bridge-server_v2ray_1 ... done

thats it ?

What should I write in hostname in outline manager ? should I use the same hostname that I wrote in Setup.py ?

when I try to use the port that I entered in setup.py , the outline manager says that this port is in use

miladrahimi commented 1 year ago
om

If you change the hostname in your Outline Manager to the bridge server IP address, it generates keys with the bridge IP address instead of the upstream IP address.

If the port is already used, change the port in your Outline Manager to another port and run the setup.py again then enter the new port.

ariamohh commented 1 year ago

Thanks , I fixed it already