Adjusted the provider page image

This commit is contained in:
Olu Amey
2021-08-03 13:28:34 -04:00
parent a289a9ce41
commit 4fbebae40a
5 changed files with 72 additions and 1 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:
- 8088:80
volumes:
src: