From 98fa085bc739eddc9adfb2903d0ce7b32d7506d1 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 12 Jun 2025 09:53:59 +0200 Subject: [PATCH] doc/gitea: remove 'version' This field is deprecated: ``` $ docker compose version Docker Compose version v2.36.2 ... WARN[0000] /home/core/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ``` Signed-off-by: Mathieu Tortuyaux --- doc/gitea.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/gitea.md b/doc/gitea.md index e7833a32..923d59fd 100644 --- a/doc/gitea.md +++ b/doc/gitea.md @@ -36,8 +36,6 @@ sudo iptables -I DOCKER-USER -j ACCEPT Create a docker compose file in `$HOME/compose.yaml`. This docker compose will deploy both gitea and GARM. If you already have a Gitea >=1.24.0, you can edit this docker compose to only deploy GARM. ```yaml -version: "3" - networks: default: external: false