geraldwuhoo/omgur

How to change port?

Closed this issue · 3 comments

I can't use port 8080 cause I already have a different script running on that so how do I change the port?

Seems like you can't -- you have to modify main.go to add it.

As mentioned, not yet implemented. You can always run it with Docker and remap the hostPort:containerPort mapping to run it on a different port on your host.

#5 would add this.