From df616ae7115bf64f034d91d9ba7d1e03cb76f4ef Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 28 Jan 2026 15:53:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9(doc)=20fix=20github=20rendering=20?= =?UTF-8?q?of=20docker=20compose=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The docker compose rendering was broken because of a recent merge. Fix it. I've also fixed other minor issues. --- docs/installation/compose.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index 6569e1a7..c9b1ef9c 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -181,9 +181,9 @@ You will need to uncomment the environment and network sections in compose file Expose the Frontend port to the host ```yaml frontend: -… - ports: - - “8086:8086” + … + ports: + - "8086:8086" ``` ## Step 5: Start Meet @@ -207,7 +207,7 @@ Replace `` with the email of your admin user and generate a secure Your Meet instance is now available on the domain you defined, https://meet.yourdomain.tld. -THe admin interface is available on https://meet.yourdomain.tld/admin with the admin user you just created. +The admin interface is available on https://meet.yourdomain.tld/admin with the admin user you just created. ## How to upgrade your Meet application @@ -234,4 +234,3 @@ Your database schema may need to be updated, run: ```bash docker compose run --rm backend python manage.py migrate ``` - \ No newline at end of file