This commit is contained in:
Olusesan Ameye
2022-10-02 00:01:34 +00:00
parent 3f806acc11
commit f8b7061089
+2 -2
View File
@@ -7,8 +7,8 @@ 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