Files
ZacharyZcR 134f55d67d feat: support read-only Docker container mode (#721)
Move nginx runtime files (config, pid, logs, temp dirs) from /app/nginx/
to /tmp/nginx/ so the container can run with read_only: true. Template
files remain in /app/nginx/ as read-only assets.

Users can now harden the container with:
  read_only: true
  tmpfs:
    - /tmp

Closes Termix-SSH/Support#647
2026-04-29 21:26:00 -05:00
..
2026-04-22 16:55:23 -05:00
2026-04-22 16:55:23 -05:00