fix
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ services:
|
|||||||
args:
|
args:
|
||||||
uid: ${UID}
|
uid: ${UID}
|
||||||
environment:
|
environment:
|
||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=${UID}
|
||||||
- CI_ENV
|
- CI_ENV
|
||||||
- CI_CONFIG
|
- CI_CONFIG
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user