Dockerfile
Dockerfile copied to clipboard
[PHP-APACHE] Persist Apache Modules
I've enabled a couple of the apache modules but if for whatever reason I need to reset the container (new image etc) I'll need to manually enable it again.
Is there any way to have these persist? Unfortunately mapping /etc/apache2 to the host seems unlikely due to the way it works (symlinks etc).