Skip to content

Commit

Permalink
Improved: Add logging to docker host filesystem in example docker com…
Browse files Browse the repository at this point in the history
…pose configuration (OFBIZ-12889)
  • Loading branch information
danwatford authored Feb 8, 2024
1 parent eadf86a commit cd67b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/examples/postgres-demo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd67b3e

Please sign in to comment.