first commit

This commit is contained in:
Olu Amey
2023-02-12 20:54:35 -05:00
commit 993df3a690
55 changed files with 15815 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
web:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2
ports:
- 9999:80
volumes:
src: