working windows on dockurr

This commit is contained in:
Dobromir Popov
2025-09-01 13:25:05 +03:00
parent 61f52d2c65
commit 2bb1c17453

View File

@@ -1,10 +1,7 @@
services: services:
# cd /mnt/shared/DEV/repos/d-popov.com/scripts/portainer-compose-stacks/windows windows:
# docker-compose -f windows.yml up -d --build image: dockurr/windows # https://github.com/dockur/windows
windows: # https://github.com/dockur/windows container_name: windows
image: windows_qemu9:latest
container_name: win
privileged: true
environment: environment:
VERSION: "11" VERSION: "11"
devices: devices:
@@ -17,6 +14,9 @@ services:
- 3389:3389/tcp - 3389:3389/tcp
- 3389:3389/udp - 3389:3389/udp
volumes: 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 restart: always
stop_grace_period: 2m stop_grace_period: 2m