Re: Debug Ofbiz that's running on Docker

2023-09-27 Thread Emad Radwan
Hello Dan, Sorry for returning to this after long time. I think 'ofbizDebug' is not available in the code base used to build the Docker image. Regards, Emad On Fri, May 20, 2022 at 2:42 PM Daniel Watford wrote: > Hi Emad, > > I've not tested this today, but try replacing the

Re: Debug Ofbiz that's running on Docker

2022-05-20 Thread Daniel Watford
Hi Emad, I've not tested this today, but try replacing the docker-compose.yml file with something similar to : version: '3.2' services: activate: image: ofbiz:latest command: ./gradlew "ofbizDebug --load-data dir=local-config" ofbiz volumes: - type: bind source: ./local-config target: