From 2ed94446d7c12f12111b897afc9ac2958ae503c1 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 16 Sep 2024 18:05:46 +0200 Subject: [PATCH] add whiteboard also to manual-install readme Signed-off-by: Simon L. --- manual-install/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual-install/readme.md b/manual-install/readme.md index 26e802e9..26aaabf1 100644 --- a/manual-install/readme.md +++ b/manual-install/readme.md @@ -30,9 +30,9 @@ Now copy the provided yaml file to a compose.yaml file by running `cp latest.yml Now you should be ready to go with `sudo docker compose up`. ## Docker profiles -The default profile of `latest.yml` only provide the minimum necessary services: nextcloud, database, redis and apache. To get optional services collabora, talk, talk-recording, clamav, imaginary or fulltextsearch use additional arguments for each of them, for example `--profile collabora`. (Note: there is no clamav image for arm64). +The default profile of `latest.yml` only provide the minimum necessary services: nextcloud, database, redis and apache. To get optional services collabora, talk, whiteboard, talk-recording, clamav, imaginary or fulltextsearch use additional arguments for each of them, for example `--profile collabora`. (Note: there is no clamav image for arm64). -For a complete all-in-one with collabora use `sudo docker compose --profile collabora --profile talk --profile talk-recording --profile clamav --profile imaginary --profile fulltextsearch up`. (Note: there is no clamav image for arm64). +For a complete all-in-one with collabora use `sudo docker compose --profile collabora --profile talk --profile talk-recording --profile clamav --profile imaginary --profile fulltextsearch --profile whiteboard up`. (Note: there is no clamav image for arm64). ## How to update? Since the AIO containers may change in the future, it is highly recommended to strictly follow the following procedure whenever you want to upgrade your containers.