helping to network fail

Hi,

I am using a docker container to host the Lang tool.
I have built the Docker file and I am able to launch the container fine with Lang tool Java process running on the port for example 8080.
JAVA Process Command:
RUN nohup java -cp languagetool-server.jar org.languagetool.server.HTTPServer --port 8080 --allow-origin “*” --public --languageModel /en/

Now, I am using the command on the Host to make Port 8080 running in the container to listen to port 80 on my Host machine.
docker container run -d --network bridge -p 80:8080 Container-ID
The problem is that when I am checking on the Host there is no Process running on port 80.

Have you checked this thread? Log in with Atlassian account