[Answered ]-Django uwsgi logto function not work in docker

1👍

a few suggestions:

  • do not run uwsgi as root
  • threaded-logger = true is defined 2 times
  • log under /app/log, and mount it as a volume, with the proper permissions for the user
  • alpine images can run #!/bin/sh

regards, matzy

👤Matzy

Leave a comment