Compare commits

..

No commits in common. "ea54e5e0819e4f343a71859ebf42d7da398d306f" and "a2ff41e8b8d76ae47a540c3d9aeedfac2f2858e0" have entirely different histories.

3 changed files with 13 additions and 20 deletions

View File

@ -2,13 +2,11 @@ services:
windows:
container_name: windows
image: ghcr.io/dockur/windows
environment:
VERSION: "2025"
DISK_SIZE: "509G"
MANUAL: "Y"
DISK2_SIZE: "639G"
DISK3_SIZE: "643G"
devices:
environment:
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
@ -19,7 +17,5 @@ services:
- 3389:3389/udp
volumes:
- ./windows:/storage
- ./disk2:/storage2
- ./disk3:/storage3
restart: always
restart: on-failure
stop_grace_period: 2m

View File

@ -39,8 +39,8 @@ VOLUME /storage
EXPOSE 3389 8006
ENV VERSION="11"
ENV RAM_SIZE="120G"
ENV CPU_CORES="4"
ENV DISK_SIZE="640G"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]

View File

@ -3,12 +3,11 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "2025"
VERSION: "11"
DISK_SIZE: "509G"
MANUAL: "Y"
DISK2_SIZE: "639G"
DISK3_SIZE: "643G"
devices:
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
@ -19,7 +18,5 @@ services:
- 3389:3389/udp
volumes:
- ./windows:/storage
- ./disk2:/storage2
- ./disk3:/storage3
restart: always
restart: always
stop_grace_period: 2m