working windows on dockurr
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
services:
|
||||
# cd /mnt/shared/DEV/repos/d-popov.com/scripts/portainer-compose-stacks/windows
|
||||
# docker-compose -f windows.yml up -d --build
|
||||
windows: # https://github.com/dockur/windows
|
||||
image: windows_qemu9:latest
|
||||
container_name: win
|
||||
privileged: true
|
||||
windows:
|
||||
image: dockurr/windows # https://github.com/dockur/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "11"
|
||||
devices:
|
||||
@@ -17,6 +14,9 @@ services:
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
volumes:
|
||||
- /mnt/data/docker_vol/windows:/storage
|
||||
#- /dev/nvme0n1p7:/disk1 # blind mount - not working for now
|
||||
- /mnt/data/docker_vol/windows:/storage # storage (img file)location
|
||||
#- /mnt/data/:/data
|
||||
restart: always
|
||||
stop_grace_period: 2m
|
||||
stop_grace_period: 2m
|
||||
|
||||
|
Reference in New Issue
Block a user