changes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
services:
|
||||
windows:
|
||||
# needs to be privileged in order for shared directories to work
|
||||
privileged: true
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
@@ -15,6 +17,8 @@ services:
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
volumes:
|
||||
- ~/Downloads/tiny11.iso:/custom.iso
|
||||
- ~/school/spring-2025/CSE3120/vm/oem:/oem
|
||||
- /home/primary/Downloads/tiny11.iso:/custom.iso
|
||||
- /home/primary/school/spring-2025/CSE3120/vm/oem:/oem
|
||||
# shared samba dir
|
||||
- /home/primary/school/spring-2025/CSE3120/vm/shared:/data
|
||||
stop_grace_period: 2m
|
||||
|
||||
Reference in New Issue
Block a user