Updated social

This commit is contained in:
dev-chiefworks
2022-10-17 07:11:06 -04:00
parent f677b2259d
commit f41ba14db2
7 changed files with 43 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3'
services:
chiefsoftcom-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:
- 7071:80
volumes:
src: