mirror of
https://github.com/dockur/windows.git
synced 2024-11-02 19:51:49 +00:00
docs: Readme (#24)
This commit is contained in:
parent
f0047bd6dc
commit
f9b2cb0411
2 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
version: "3"
|
||||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
image: dockurr/windows:latest
|
||||
environment:
|
||||
VERSION: "win11x64"
|
||||
devices:
|
||||
|
|
|
@ -28,8 +28,8 @@ Via `docker-compose.yml`
|
|||
version: "3"
|
||||
services:
|
||||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "win11x64"
|
||||
devices:
|
||||
|
|
Loading…
Reference in a new issue