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 <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-06-12 09:53:59 +02:00
parent 1c2f349d56
commit 98fa085bc7
No known key found for this signature in database
GPG key ID: AC5CCFB52545D9B8

View file

@ -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