From 1f2225c2944d0596589f841ce34484db26c42e7b Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 6 Dec 2024 13:37:10 +0000 Subject: [PATCH] Remove `version` key from examples --- docs/general/docker-compose.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/general/docker-compose.md b/docs/general/docker-compose.md index bab31103af..a5958b5919 100644 --- a/docs/general/docker-compose.md +++ b/docs/general/docker-compose.md @@ -37,7 +37,6 @@ As v2 runs as a plugin instead of a standalone binary, it is invoked by `docker Here's a basic example for deploying a Linuxserver container with docker compose: ```yaml -version: "2.1" services: heimdall: image: linuxserver/heimdall @@ -67,7 +66,6 @@ You can have multiple services managed by a single compose yaml. Copy the conten Let's say you have the following in a yaml file named `compose.yml`: ```yaml -version: "2.1" services: heimdall: image: linuxserver/heimdall