first commit

This commit is contained in:
Olu Amey
2022-01-29 14:03:07 -05:00
commit 55789bd279
688 changed files with 104865 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:
- 5101:80
volumes:
src: