Replies: 1 comment
-
Hi! I've managed to run on a different address only by adding an additional parameter to the start command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that Planka binds to
0.0.0.0:1337
by default.I figured out how to change the port: e.g.
PORT=1338
in.env
.But how can I bind it to different address, like
127.0.0.1
? I don't want Planka to be accesible directly, I'm putting it behind nginx.Beta Was this translation helpful? Give feedback.
All reactions