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.
Could you provide instructions on how to compile after downloading your source code. Because then it would be possible to change gosenseapi.go to a port different than 8080.
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.