From 5e7f72368a48710312b98b6d4f5ac9af3d2996e9 Mon Sep 17 00:00:00 2001
From: Quinten Van Damme <58103738+quintenvandamme@users.noreply.github.com>
Date: Thu, 10 Apr 2025 13:40:45 +0200
Subject: [PATCH] Remove version from docker-compose.yml [deprecated]

---
 docs/self-hosting/installation/index.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/self-hosting/installation/index.md b/docs/self-hosting/installation/index.md
index fb3e794..b1dbd0a 100644
--- a/docs/self-hosting/installation/index.md
+++ b/docs/self-hosting/installation/index.md
@@ -60,8 +60,6 @@ The downloaded `docker-compose.yml` file should contain the template below with
 :::
 
 ```yaml title="docmost/docker-compose.yml"
-version: "3"
-
 services:
   docmost:
     image: docmost/docmost:latest