Skip to content

Commit 98fa085

Browse files
committed
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>
1 parent 1c2f349 commit 98fa085

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

doc/gitea.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ sudo iptables -I DOCKER-USER -j ACCEPT
3636
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.
3737

3838
```yaml
39-
version: "3"
40-
4139
networks:
4240
default:
4341
external: false

0 commit comments

Comments
 (0)