mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
The init script ran `sed -i` against /etc/gunicorn/logging.conf, which fails both on read-only root filesystems and when the container runs as a non-root UID (since /etc/gunicorn is not chmod'd writable). Copy the config to /tmp/gunicorn/logging.conf at startup and edit/use that copy instead, leaving the image file untouched. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>