stf
stf copied to clipboard
I can visit it by ip only,when set the domain,it jump to the ip
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I install it by docker
sudo docker pull openstf/stf:latest
sudo docker pull sorccu/adb:latest
sudo docker pull rethinkdb:latest
sudo docker pull openstf/ambassador:latest
sudo docker pull nginx:latest
docker run -d --name stf --net host openstf/stf stf local --public-ip 192.168.1.100
I can visit it by ip(192.168.1.100:7100) only,when set the domain,it will jump to the ip how can i resolve it
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
You have to set the --public-ip value with your FQDN (hostname)
i have this problem, is this problem solved?
Hi, openstf/stf is no longer maintained. You might want to check with DeviceFarmer/stf or re-report the issue there.