Fix nginx crash: add /run tmpfs for PID file with read_only filesystem

Nginx needs write access to /run for its PID file when the container
filesystem is set to read_only: true.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-09 19:02:51 -07:00
parent 6836108065
commit 076380cf9e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ services:
read_only: true
tmpfs:
- /tmp
- /run
- /var/cache/nginx
networks: