Docker-compose Collabora 25.04. /opt/cool/systemplate is read-only WARNING

Hi!
I’m running Collabora 25.04.6.1.1 with docker‑compose and getting the following error:
``
frk-00016-00016 2025-10-09 18:49:17.611551 +0300 [ forkit ] WRN The systemplate directory [/opt/cool/systemplate] is read-only, and at least [/opt/cool/systemplate//etc/passwd] is out-of-date. Will have to clone dynamic elements of systemplate to the jails. To restore optimal performance, make sure the files in [/opt/cool/systemplate/etc] are up-to-date.| common/JailUtil.cpp:58
``

The volume in the container is mounted as shown below, but this doesn’t help.
```
volumes:
- "./src/init/certs:/usr/local/share/ca-certificates/"
- "collabora_data:/opt/cool:rw"
```
Can anyone help with this?

1 Like