Skip to content

Commit 1f2225c

Browse files
committed
Remove version key from examples
1 parent bdd8075 commit 1f2225c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/general/docker-compose.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ As v2 runs as a plugin instead of a standalone binary, it is invoked by `docker
3737
Here's a basic example for deploying a Linuxserver container with docker compose:
3838

3939
```yaml
40-
version: "2.1"
4140
services:
4241
heimdall:
4342
image: linuxserver/heimdall
@@ -67,7 +66,6 @@ You can have multiple services managed by a single compose yaml. Copy the conten
6766
Let's say you have the following in a yaml file named `compose.yml`:
6867

6968
```yaml
70-
version: "2.1"
7169
services:
7270
heimdall:
7371
image: linuxserver/heimdall

0 commit comments

Comments
 (0)