Is your feature request related to a problem? Please describe.
In some scenarios, the container has to be run in environments where root privileges are not allowed, so the ability to alter the ports to be higher than 1023 would be highly appreciated.
Describe the solution you'd like
APACHE_HTTP_PORT and APACHE_HTTPS_PORT environment variables which would alter the default apache configuration in the entrypoint script.
Describe alternatives you've considered
An alternative to this solution is to create a script in the before-starting folder, but as this feature is needed in many environments, I think it should be provided by simply editing environment variables.
Additional context
Is your feature request related to a problem? Please describe.
In some scenarios, the container has to be run in environments where root privileges are not allowed, so the ability to alter the ports to be higher than 1023 would be highly appreciated.
Describe the solution you'd like
APACHE_HTTP_PORT and APACHE_HTTPS_PORT environment variables which would alter the default apache configuration in the entrypoint script.
Describe alternatives you've considered
An alternative to this solution is to create a script in the before-starting folder, but as this feature is needed in many environments, I think it should be provided by simply editing environment variables.
Additional context