zphisher
zphisher copied to clipboard
Docker fix
I had some problems with Docker and I realized there was no EXPOSE in the Docker File. So I added it. I also changed the order of choosing the Workdir after it was created. That triggered me. Also for some reason the Webserver sends empty requests when you use 127.0.01, but with 0.0.0.0 it works flawlessly.
Reference: https://github.com/htr-tech/zphisher/issues/808
You can use my version through: docker pull ghcr.io/xentraxx/zphisher:latest
Hello, I have the same Problem. I tried to use your version but it still didnt work...