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:
parent
1c2f349d56
commit
98fa085bc7
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue