Split into docker containers

This commit is contained in:
Marc Ducobu
2021-05-31 15:42:58 +02:00
parent eac9028900
commit 53ae96e0a9
21 changed files with 1557 additions and 8 deletions

2
apache/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM httpd:2.4
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf