This is an automated email from the ASF dual-hosted git repository.

danwatford pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cd67b3e5ab Improved: Add logging to docker host filesystem in example 
docker compose configuration (OFBIZ-12889)
cd67b3e5ab is described below

commit cd67b3e5ab10fe8d9703eeef2cb2f752a3f971ae
Author: Daniel Watford <dan...@watfordconsulting.com>
AuthorDate: Thu Feb 8 08:05:06 2024 +0000

    Improved: Add logging to docker host filesystem in example docker compose 
configuration (OFBIZ-12889)
---
 docker/examples/postgres-demo/docker-compose.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/examples/postgres-demo/docker-compose.yml 
b/docker/examples/postgres-demo/docker-compose.yml
index 42c077d0fc..344ae2d4c7 100644
--- a/docker/examples/postgres-demo/docker-compose.yml
+++ b/docker/examples/postgres-demo/docker-compose.yml
@@ -41,6 +41,10 @@ services:
       - 8443:8443
     volumes:
       - 
./after-config-applied.d:/docker-entrypoint-hooks/after-config-applied.d
+      # Note, on Unix systems, ensure the ofbiz user (uid 1000) or group (gid 
1000) running inside the container has
+      # write access to this directory on the host. If user namespace 
remapping is in use, the ofbiz user/group may
+      # be mapped to host uid 165536 or gid 166536 depending on the 
configuration in /etc/subuid and /etc/subgid.
+      - ./logs:/ofbiz/runtime/logs
     env_file:
       - ofbiz-postgres.env
     environment:

Reply via email to