osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
844 stars 197 forks source link

Change Apache port #39

Open jfjallid opened 6 years ago

jfjallid commented 6 years ago

Would be nice to have an environment variable to change the Apache web server ports.

I'm running this container with --net=host and would like to change to non-default ports for the apache server to not conflict with my other web server. Right now I volume mount the entire /etc/apache2 folder and manually modify the port numbers in the configuration but I would prefer a more clean solution.