added docker compose

This commit is contained in:
emmymayo
2025-02-10 03:04:50 +01:00
parent d07588beed
commit 463a238503
15 changed files with 262 additions and 267 deletions
+13
View File
@@ -0,0 +1,13 @@
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>