How to change port? #74
Answered
by
SmilyOrg
jniggemann
asked this question in
Q&A
-
Using the binary (not docker), is it possible to change the port from 8080 to something else? |
Beta Was this translation helpful? Give feedback.
Answered by
SmilyOrg
Aug 4, 2023
Replies: 1 comment 1 reply
-
Hey there! If you set the Let me know if that works for you or if you need help setting it up! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jniggemann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there!
If you set the
PHOTOFIELD_ADDRESS
environment variable to e.g.:8765
, the binary should use it to start on port 8765.Let me know if that works for you or if you need help setting it up!