You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: