kopia lustrzana https://github.com/linuxserver/docker-documentation
Remove `version` key from examples
rodzic
6952508f8f
commit
082ddefa77
|
@ -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:
|
Here's a basic example for deploying a Linuxserver container with docker compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
heimdall:
|
heimdall:
|
||||||
image: linuxserver/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`:
|
Let's say you have the following in a yaml file named `compose.yml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "2.1"
|
|
||||||
services:
|
services:
|
||||||
heimdall:
|
heimdall:
|
||||||
image: linuxserver/heimdall
|
image: linuxserver/heimdall
|
||||||
|
|
Ładowanie…
Reference in New Issue