Jenkins fix
This commit is contained in:
+5
-2
@@ -7,9 +7,12 @@ services:
|
||||
args:
|
||||
uid: ${UID}
|
||||
environment:
|
||||
- APACHE_RUN_USER=#${UID}
|
||||
- APACHE_RUN_GROUP=#${UID}
|
||||
- APACHE_RUN_USER=${UID}
|
||||
- APACHE_RUN_GROUP=${UID}
|
||||
- CI_ENV
|
||||
- CI_CONFIG
|
||||
restart: unless-stopped
|
||||
image: registry.chiefsoft.net/coregrade-web:latest
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
- ./apache_log:/var/log/apache2
|
||||
|
||||
Reference in New Issue
Block a user