This commit is contained in:
Olusesan Ameye
2022-10-02 00:00:58 +00:00
parent cd5cff8280
commit 5864100ac4
+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