Disk Space on Docker Containers used by log files

Thanks @George, working perfectly

For anyone else who wants greater detail, what I did fully in Wappler was

  1. Click Host Server SSH, wait for it to login to your remote docker machine
  2. Type docker images hit enter
  3. Go to Site Manager to manage your files, select Files, Right Click to root folder and select Show Hidden, arrow out .wappler/targets/_your_remote_target_name_/
  4. Open the file docker-compose.yml in the Wappler editor window
  5. Inside services - web, add the following
  6. Save the edited file, and redeploy your app

The final result is that the log file resets each time it hits 100mb

Hope this helps.

6 Likes