Merge branch 'master' of https://gitlab.chiefsoft.net/Chiefsoft/TokslawMain
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
CONTAINER_PORT=7082
|
CONTAINER_PORT=7083
|
||||||
UID=1000
|
UID=1000
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Example Environment Configuration file
|
# Example Environment Configuration file
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ services:
|
|||||||
dockerfile: docker/apache/Dockerfile
|
dockerfile: docker/apache/Dockerfile
|
||||||
args:
|
args:
|
||||||
uid: ${UID}
|
uid: ${UID}
|
||||||
|
image: registry.chiefsoft.net/tokslawcom-web:latest
|
||||||
environment:
|
environment:
|
||||||
- APACHE_RUN_USER=#${UID}
|
- APACHE_RUN_USER=#${UID}
|
||||||
- APACHE_RUN_GROUP=#${UID}
|
- APACHE_RUN_GROUP=#${UID}
|
||||||
|
|||||||
Reference in New Issue
Block a user