docs: Remove version from compose (#112)
This commit is contained in:
parent
651ca66614
commit
0947c07230
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
windows:
|
windows:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
|
|
|
@ -30,7 +30,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:
|
||||||
windows:
|
windows:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
|
|
Loading…
Reference in a new issue