You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an option in the environment variables to change the port the HTTP server is listening on.
Reason for change
It would be very beneficial for anyone who uses a docker network driver other than bridge to be able to change the HTTP port to something other than 4040.
Proposed code change
In root/etc/s6-overlay/s6-rc.d/svc-airsonic-advanced/run
Change line 27:
-Dserver.port=4040 \
to a configurable port.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
Have an option in the environment variables to change the port the HTTP server is listening on.
Reason for change
It would be very beneficial for anyone who uses a docker network driver other than bridge to be able to change the HTTP port to something other than 4040.
Proposed code change
In root/etc/s6-overlay/s6-rc.d/svc-airsonic-advanced/run
Change line 27:
to a configurable port.
The text was updated successfully, but these errors were encountered: