Set the CI_ENV and CI_CONFIG from outside the docker container

This commit is contained in:
ChiefSoft works
2022-03-13 03:23:07 +00:00
parent 0271442a03
commit de92e739e5
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
environment:
- APACHE_RUN_USER=#${UID}
- APACHE_RUN_GROUP=#${UID}
- CI_ENV
- CI_CONFIG
restart: unless-stopped
image: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest
volumes: