This commit is contained in:
2024-12-09 22:11:09 -05:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
CONTAINER_PORT=7082 CONTAINER_PORT=7083
UID=1000 UID=1000
#-------------------------------------------------------------------- #--------------------------------------------------------------------
# Example Environment Configuration file # Example Environment Configuration file
+1
View 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}