Skip to content

Commit

Permalink
docs: Readme (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 15, 2024
1 parent f0047bd commit f9b2cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: "3"
services:
windows:
image: dockurr/windows
container_name: windows
image: dockurr/windows:latest
environment:
VERSION: "win11x64"
devices:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f9b2cb0

Please sign in to comment.