fix cli_env
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=#${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=#${UID}
|
||||||
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-production}
|
- CI_ENVIRONMENT=production
|
||||||
- CI_CONFIG
|
- CI_CONFIG
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: registry.chiefsoft.net/mermsprovision:latest
|
image: registry.chiefsoft.net/mermsprovision:latest
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=#${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=#${UID}
|
||||||
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-development}
|
- CI_ENVIRONMENT=development
|
||||||
- CI_CONFIG
|
- CI_CONFIG
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: registry.chiefsoft.net/mermsprovision:latest
|
image: registry.chiefsoft.net/mermsprovision:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user