Is there any way to use a port other than 8080. Running this docker and specifying another port like below doesn't help as it still will always be port 8080.
sudo docker run -p 8989:8080 -d -it --rm --net host -v /home/user/gosenseapp/app.yaml:/app.yaml --privileged dariob/gosenseapp:latest
This causes conflicts with other applications running on server.
Is there any way to use a port other than 8080. Running this docker and specifying another port like below doesn't help as it still will always be port 8080.
sudo docker run -p 8989:8080 -d -it --rm --net host -v /home/user/gosenseapp/app.yaml:/app.yaml --privileged dariob/gosenseapp:latestThis causes conflicts with other applications running on server.