How to you set host and port numbers? #734
-
I have tried all the normal flags to set host and port and nothing. Searching the repo i can't find any reference to any conf i can edit either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm assuming you are running the binary directly, in which case, you can use the
If you are running in docker, you generally do not want to change the bind address (unless you are running in |
Beta Was this translation helpful? Give feedback.
I'm assuming you are running the binary directly, in which case, you can use the
--port
argument forTUNARR_SERVER_PORT
environment variable to set the port. For bind address you can use theTUNARR_BIND_ADDR
environment variable. Some examples for the macOS 'binary':