tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
197 stars 109 forks source link

apache configuration link to a dedicated directory #7

Closed yvnicolas closed 7 years ago

yvnicolas commented 7 years ago

Doing a little more digging on how apache conf works in xampp, I have modified the docker file to enable adding addtionnal conf files without changing the ones which are added by xampp or bitnami. I have tested the resulting docker image both with conf file directory linked and without conf file directory linked. Works well.

I have updated the Readme.md accordingly.