[X] I have searched the existing requests and didn't find any that were similar
[X] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
I have another service which is already using port 8001, thus currently, anysync won't start. I can't change my other service's port, because that would require re-configuring several clients from scratch.
Suggested solution
Make the ports configurable via .env.override as other ports are.
Alternative
So far I attempted editing the yaml directly, which will break on any update, I suppose.
Have you read a contributing guide?
Clear and concise description of the problem
I have another service which is already using port 8001, thus currently, anysync won't start. I can't change my other service's port, because that would require re-configuring several clients from scratch.
Suggested solution
Make the ports configurable via .env.override as other ports are.
Alternative
So far I attempted editing the yaml directly, which will break on any update, I suppose.
Additional context
No response