-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Allow changing listen port #183
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
The apache config file should reside in persistent storage, you should be able to adapt that file. |
Hey that works nicely! One suggestion then is to allow specifying ip and port, f.ex
|
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
Please allow configuration of apache listen port.
Reason for change
I would like to use host networking. I am already using port 80 on the host.
Proposed code change
Accept an environment variable f.ex
LISTEN_PORT
orHTTP_PORT
and use it to configure apache.The text was updated successfully, but these errors were encountered: