docs: Remove version from compose (#496)

This commit is contained in:
Kroese 2024-05-15 16:52:56 +02:00 committed by GitHub
parent 0a5d491177
commit 04915545ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
version: "3"
services: services:
windows: windows:
image: dockurr/windows image: dockurr/windows

View File

@ -28,7 +28,6 @@ Windows in a Docker container.
Via Docker Compose: Via Docker Compose:
```yaml ```yaml
version: "3"
services: services:
windows: windows:
image: dockurr/windows image: dockurr/windows