[Collabora] Mount a tmpfs on /opt as it's modified by collabora on each run.

This commit is contained in:
Oliver Hattshire 2026-05-25 02:30:19 -04:00
parent 049b7f3bee
commit bbcb6f78f2

View file

@ -103,3 +103,5 @@ services:
volumes: volumes:
- type: tmpfs - type: tmpfs
target: /tmp:exec target: /tmp:exec
- type: tmpfs
target: /opt:exec