Jenkins fix

This commit is contained in:
Olusesan Ameye
2022-10-08 22:22:05 +00:00
parent afa8c744e8
commit 2784bb62c0
3 changed files with 8 additions and 4 deletions
+4 -3
View File
@@ -1,15 +1,16 @@
version: '3'
services:
web:
merms-web:
build:
context: .
dockerfile: docker/apache/Dockerfile
args:
uid: ${UID}
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- APACHE_RUN_USER=${UID}
- APACHE_RUN_GROUP=${UID}
restart: unless-stopped
image: registry.chiefsoft.net/merms-web:latest
volumes:
- ./:/var/www/html
- ./apache_log:/var/log/apache2