docs: Remove version from compose (#65)
This commit is contained in:
parent
37960741f4
commit
6f86a9e4b2
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
qemu:
|
qemu:
|
||||||
container_name: qemu
|
container_name: qemu
|
||||||
|
|
|
@ -28,7 +28,6 @@ Note: for KVM acceleration you need a Linux-based operating system, as it's not
|
||||||
Via Docker Compose:
|
Via Docker Compose:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
qemu:
|
qemu:
|
||||||
container_name: qemu
|
container_name: qemu
|
||||||
|
|
Loading…
Reference in a new issue