Allow BentoPDF nginx runtime writes

Allow BentoPDF nginx runtime writes
This commit is contained in:
2026-04-30 11:14:02 +02:00
parent 239adbbd79
commit 209aceca0d
-1
View File
@@ -3,7 +3,6 @@ services:
image: bentopdfteam/bentopdf:2.8.4
container_name: bentopdf
restart: unless-stopped
read_only: true
tmpfs:
- /tmp:rw,noexec,nosuid,nodev,mode=1777
- /var/cache/nginx:rw,noexec,nosuid,nodev,uid=101,gid=101,mode=0755