Add COLLABORA_EXTRA_HOSTS option

Signed-off-by: Keith Wansbrough <keithw@lochan.org>
This commit is contained in:
Keith Wansbrough 2025-12-30 18:32:40 +00:00
parent 15fa3be655
commit f9198b4ab2
4 changed files with 17 additions and 0 deletions

View file

@ -565,6 +565,10 @@ The Collabora container enables Seccomp by default, which is a security feature
### How to adjust the Fulltextsearch Java options?
The Fulltextsearch Java options are by default set to `-Xms512M -Xmx512M` which might not be enough on some systems. You can adjust this by adding e.g. `--env FULLTEXTSEARCH_JAVA_OPTIONS="-Xms1024M -Xmx1024M"` to the initial docker run command. If it was started already, you will need to stop the mastercontainer, remove it (no data will be lost) and recreate it using the docker run command that you initially used.
### How to add additional hosts to Collabora's /etc/hosts?
You can override DNS for specific hosts within the Collabora container by adding e.g. `--env COLLABORA_EXTRA_HOSTS="foo.example.org=2001:db8::1 bar.example.org=127.0.0.1"` to the initial docker run command. If it was started already, you will need to stop the mastercontainer, remove it (no data will be lost) and recreate it using the docker run command that you initially used.
## Guides
### How to run AIO on macOS?