fix cli_env

This commit is contained in:
CHIEFSOFT\ameye
2025-08-31 21:55:28 -04:00
parent 5a6c953aca
commit dc8fca58ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ services:
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-production}
- CI_ENVIRONMENT=production
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/mermsprovision:latest
+1 -1
View File
@@ -9,7 +9,7 @@ services:
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENVIRONMENT=${CI_ENVIRONMENT:-development}
- CI_ENVIRONMENT=development
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/mermsprovision:latest